]> git.sesse.net Git - vlc/commitdiff
Introduce ICOD fourCC
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 18 May 2013 15:34:50 +0000 (17:34 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 18 May 2013 17:31:04 +0000 (19:31 +0200)
Ref #5567

include/vlc_fourcc.h
src/misc/fourcc.c

index 8d294778634e58d12047fef9369f2373f72cee3c..782af9eef614b07e13d36fd4f682f72be739d702 100644 (file)
 #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')
index e391260a9627062c0780b6628fd871b400ff376a..65685a127a0e3cc0257e168519016622bcdd175c 100644 (file)
@@ -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"),