msm8937-common: Disable ffmpeg

Change-Id: I533a0d803fc1f6d9b0f6b7f13b11be2105b3530e
This commit is contained in:
Prateek Chaubey 2017-12-06 16:00:17 +00:00 committed by Isaac Chen
parent 6b668dc36b
commit 24bacc0d4a

View file

@ -151,7 +151,8 @@ Only the three quirks included above are recognized at this point:
</MediaCodec>
</Encoders>
<Decoders>
<!-- Audio Software -->
<!-- Audio Software -->
<MediaCodec name="OMX.qti.audio.decoder.flac" type="audio/flac" />
<!-- Video Hardware -->
<MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" >
<Quirk name="requires-allocate-on-input-ports" />
@ -255,5 +256,4 @@ Only the three quirks included above are recognized at this point:
</MediaCodec>
</Decoders>
<Include href="media_codecs_google_video.xml" />
<Include href="media_codecs_ffmpeg.xml" />
</MediaCodecs>