Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-stagefright-plugins: Commit

external/stagefright-plugins


Commit MetaInfo

Revision70d2e61b95894d0608a5777b307bda6d49a2914f (tree)
Time2017-08-08 12:18:02
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Disable OMX.ffmpeg.vp9.decoder temporarily

Youtube in Chrome just shows green screen by using this codec.
But playing a local vp9 encoded video file is fine.

Disable it until we find a proper solution.

Change Summary

Incremental Difference

--- a/data/media_codecs_ffmpeg.xml
+++ b/data/media_codecs_ffmpeg.xml
@@ -110,11 +110,13 @@
110110 <Limit name="alignment" value="2x2" />
111111 <Feature name="adaptive-playback" />
112112 </MediaCodec>
113- <MediaCodec name="OMX.ffmpeg.vp9.decoder" type="video/x-vnd.on2.vp9">
113+ <!--
114+ <MediaCodec name="OMX.ffmpeg.vp9.decoder" type="video/x-vnd.on2.vp9">
114115 <Limit name="size" min="2x2" max="2048x2048" />
115116 <Limit name="alignment" value="2x2" />
116117 <Feature name="adaptive-playback" />
117- </MediaCodec>
118+ </MediaCodec>
119+ -->
118120 <MediaCodec name="OMX.ffmpeg.rv.decoder" type="video/vnd.rn-realvideo">
119121 <Limit name="size" min="2x2" max="2048x2048" />
120122 <Limit name="alignment" value="2x2" />
Show on old repository browser