[vlc-commits] Add wIVG as MJPEG fourcc
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:25:03 2015 +0200| [071c083475a5e9119654f937e09548093d10f22d] | committer: Jean-Baptiste Kempf
Add wIVG as MJPEG fourcc
(cherry picked from commit ebee486e9bd8beb70108dd4982c937dbbdcd5e8c)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=071c083475a5e9119654f937e09548093d10f22d
---
src/misc/fourcc.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index bed372d..29d8271 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -375,8 +375,9 @@ static const staticentry_t p_list_video[] = {
A("FLJP"),
A("FMJP"),
A("SJPG"),
- A("QIVG"),
- A("qIVG"),
+ A("QIVG"), /* Probably QNAP */
+ A("qIVG"), /* Probably QNAP */
+ A("wIVG"), /* Probably QNAP */
E("AVRn", "Avid Motion JPEG"),
E("AVDJ", "Avid Motion JPEG"),
E("ADJV", "Avid Motion JPEG"),
More information about the vlc-commits
mailing list