[vlc-commits] Introduce ICOD fourCC
Jean-Baptiste Kempf
git at videolan.org
Sat May 18 19:31:44 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 18 17:34:50 2013 +0200| [e8022122d19c01b5b88478306196e0ca11240db1] | committer: Jean-Baptiste Kempf
Introduce ICOD fourCC
Ref #5567
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e8022122d19c01b5b88478306196e0ca11240db1
---
include/vlc_fourcc.h | 1 +
src/misc/fourcc.c | 3 +++
2 files changed, 4 insertions(+)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index 8d29477..782af9e 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -132,6 +132,7 @@
#define VLC_CODEC_MTS2 VLC_FOURCC('M','T','S','2')
#define VLC_CODEC_HEVC VLC_FOURCC('h','e','v','c')
#define VLC_CODEC_VP9 VLC_FOURCC('V','P','9','0')
+#define VLC_CODEC_ICOD VLC_FOURCC('i','c','o','d')
/* Planar YUV 4:1:0 Y:V:U */
#define VLC_CODEC_YV9 VLC_FOURCC('Y','V','U','9')
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index e391260..65685a1 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -706,6 +706,9 @@ static const staticentry_t p_list_video[] = {
E("ap4c", "Apple ProRes 4444"),
E("ap4h", "Apple ProRes 4444"),
+ B(VLC_CODEC_ICOD, "Apple Intermediate Codec"),
+ A("icod"),
+
/* */
B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"),
A("YV12"),
More information about the vlc-commits
mailing list