[vlc-commits] add IMM4 fourcc
Paul B Mahol
git at videolan.org
Thu Aug 23 13:05:56 CEST 2018
vlc | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Aug 23 12:33:43 2018 +0200| [d70689f014cfd9f5252dd68f6c4a6b8a507bde59] | committer: Steve Lhomme
add IMM4 fourcc
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d70689f014cfd9f5252dd68f6c4a6b8a507bde59
---
include/vlc_fourcc.h | 1 +
src/misc/fourcc_list.h | 3 +++
2 files changed, 4 insertions(+)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index d5f8c208b0..871f01043a 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -187,6 +187,7 @@
#define VLC_CODEC_SPEEDHQ VLC_FOURCC('S','H','Q','2')
#define VLC_CODEC_PIXLET VLC_FOURCC('p','x','l','t')
#define VLC_CODEC_MAGICYUV VLC_FOURCC('M','8','Y','0')
+#define VLC_CODEC_IMM4 VLC_FOURCC('I','M','M','4')
/***********
* Chromas
diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
index 284e2afb4d..296dad36a9 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -1151,6 +1151,9 @@ static const staticentry_t p_list_video[] = {
A("M8Y2"),
A("M8Y4"),
A("M8YA"),
+
+ B(VLC_CODEC_IMM4, "Infinity IMM4"),
+ A("IMM4"),
};
static const staticentry_t p_list_audio[] = {
More information about the vlc-commits
mailing list