[vlc-commits] Add wIVG as MJPEG fourcc
Jean-Baptiste Kempf
git at videolan.org
Tue May 19 23:30:14 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 19 23:25:03 2015 +0200| [ebee486e9bd8beb70108dd4982c937dbbdcd5e8c] | committer: Jean-Baptiste Kempf
Add wIVG as MJPEG fourcc
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebee486e9bd8beb70108dd4982c937dbbdcd5e8c
---
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 108b860..7e62c40 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -378,8 +378,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