[vlc-commits] Fix playback of the new QNAP h264/avi files

Jean-Baptiste Kempf git at videolan.org
Wed Jul 9 03:59:06 CEST 2014


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul  9 03:56:33 2014 +0200| [e18b37fa32188638bd4e23f8b9ea36bea4858ad2] | committer: Jean-Baptiste Kempf

Fix playback of the new QNAP h264/avi files

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

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

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

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 4569095..8694c6e 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -202,6 +202,7 @@ static const staticentry_t p_list_video[] = {
         E("DP02", "DynaPel MPEG-4 codec"),
         E("PLV1", "Pelco DVR MPEG-4"),
         E("QMP4", "QNAP Systems MPEG-4"),
+        E("qMP4", "QNAP Systems MPEG-4"),
         /* 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