[vlc-commits] Mediacodec: support WMV3 decoder

Jean-Baptiste Kempf git at videolan.org
Thu Aug 14 00:15:04 CEST 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 14 00:14:27 2014 +0200| [7f37de28418a4dacd8191fb81c8ae34ed531c14d] | committer: Jean-Baptiste Kempf

Mediacodec: support WMV3 decoder

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f37de28418a4dacd8191fb81c8ae34ed531c14d
---

 modules/codec/omxil/android_mediacodec.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/omxil/android_mediacodec.c b/modules/codec/omxil/android_mediacodec.c
index ad02f0d..7c27e95 100644
--- a/modules/codec/omxil/android_mediacodec.c
+++ b/modules/codec/omxil/android_mediacodec.c
@@ -304,6 +304,7 @@ static int OpenDecoder(vlc_object_t *p_this)
     case VLC_CODEC_H264: mime = "video/avc"; break;
     case VLC_CODEC_H263: mime = "video/3gpp"; break;
     case VLC_CODEC_MP4V: mime = "video/mp4v-es"; break;
+    case VLC_CODEC_WMV3: mime = "video/x-ms-wmv"; break;
     case VLC_CODEC_VC1:  mime = "video/wvc1"; break;
     case VLC_CODEC_VP8:  mime = "video/x-vnd.on2.vp8"; break;
     case VLC_CODEC_VP9:  mime = "video/x-vnd.on2.vp9"; break;



More information about the vlc-commits mailing list