[vlc-commits] Add wMP4 fourCC for Mp4v

Jean-Baptiste Kempf git at videolan.org
Tue May 19 23:30:15 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 19 23:28:26 2015 +0200| [71a05464a46c70c6bd64b2119a193c65ca201689] | committer: Jean-Baptiste Kempf

Add wMP4 fourCC for Mp4v

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

 src/misc/fourcc.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 7e62c40..14b4805 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -203,6 +203,7 @@ static const staticentry_t p_list_video[] = {
         E("PLV1", "Pelco DVR MPEG-4"),
         E("QMP4", "QNAP Systems MPEG-4"),
         E("qMP4", "QNAP Systems MPEG-4"),
+        A("wMP4"), /* Seems QNAP too */
         /* 3ivx delta 3.5 Unsupported
          * putting it here gives extreme distorted images */
         //E("3IV1", "3ivx delta 3.5 MPEG-4 Video"),



More information about the vlc-commits mailing list