Skip to content

Commit

Permalink
msm8960-common: Remove qcom divx media codecs
Browse files Browse the repository at this point in the history
These codecs fail to instantiate. ffmpeg has a divx decoder that should
work though.

Change-Id: I9ba2d2aca3f94ce0e5764d03120739fdf58d6fe6
  • Loading branch information
mdmower committed Nov 20, 2014
1 parent 2bbf622 commit d6ce8a3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions configs/media_codecs.xml
Expand Up @@ -68,21 +68,6 @@
<Quirk name="requires-allocate-on-output-ports" />
<Quirk name="defers-output-buffer-allocation" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.divx" type="video/divx" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports" />
<Quirk name="defers-output-buffer-allocation" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.divx311" type="video/divx311" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports" />
<Quirk name="defers-output-buffer-allocation" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.divx4" type="video/divx4" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports" />
<Quirk name="defers-output-buffer-allocation" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.avc" type="video/avc" >
<Quirk name="requires-allocate-on-input-ports" />
<Quirk name="requires-allocate-on-output-ports"/>
Expand Down

0 comments on commit d6ce8a3

Please sign in to comment.