Commit ae2b2805 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add FIC video FourCC

parent 8db74e20
......@@ -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')
......
......@@ -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"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment