[vlc-commits] Fix playback of the new QNAP h264/avi files
Jean-Baptiste Kempf
git at videolan.org
Wed Jul 9 03:57:00 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul 9 03:56:33 2014 +0200| [01d469e83d1eb3e8edf47a17d123bc08ff84c575] | committer: Jean-Baptiste Kempf
Fix playback of the new QNAP h264/avi files
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01d469e83d1eb3e8edf47a17d123bc08ff84c575
---
src/misc/fourcc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 86b6be4..6a0f60b 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