[vlc-commits] Add wMP4 fourCC for Mp4v

Jean-Baptiste Kempf git at videolan.org
Wed Oct 21 17:21:42 CEST 2015


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

Add wMP4 fourCC for Mp4v

(cherry picked from commit 71a05464a46c70c6bd64b2119a193c65ca201689)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=2a3d52d41c2394227bc0ee121c8119db009ef829
---

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

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 29d8271..35f933a 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