[vlc-commits] Add FIC video FourCC

Jean-Baptiste Kempf git at videolan.org
Sat Feb 8 16:27:02 CET 2014


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb  8 16:22:10 2014 +0100| [ae2b28051b14ad1f58f5996735d0ab9d3b54fb06] | committer: Jean-Baptiste Kempf

Add FIC video FourCC

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ae2b28051b14ad1f58f5996735d0ab9d3b54fb06
---

 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 e79cf5e..3a79ecd 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -147,6 +147,7 @@
 #define VLC_CODEC_KGV1            VLC_FOURCC('K','G','V','1')
 #define VLC_CODEC_CLLC            VLC_FOURCC('C','L','L','C')
 #define VLC_CODEC_AURA            VLC_FOURCC('A','U','R','A')
+#define VLC_CODEC_FIC             VLC_FOURCC('F','I','C','V')
 
 /* 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 1ad7610..229bb94 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -726,6 +726,9 @@ static const staticentry_t p_list_video[] = {
     B(VLC_CODEC_G2M4, "GoTo Meeting Codec 4"),
         A("G2M4"),
 
+    B(VLC_CODEC_FIC, "Mirillis FIC video"),
+        A("FICV"),
+
     /* */
     B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"),
         A("YV12"),



More information about the vlc-commits mailing list