Commit 92faa959 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add GoToMeeting FOURCC

parent c2941772
......@@ -133,6 +133,9 @@
#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')
#define VLC_CODEC_G2M2 VLC_FOURCC('G','2','M','2')
#define VLC_CODEC_G2M3 VLC_FOURCC('G','2','M','3')
#define VLC_CODEC_G2M4 VLC_FOURCC('G','2','M','4')
/* Planar YUV 4:1:0 Y:V:U */
#define VLC_CODEC_YV9 VLC_FOURCC('Y','V','U','9')
......
......@@ -707,7 +707,16 @@ static const staticentry_t p_list_video[] = {
E("ap4h", "Apple ProRes 4444"),
B(VLC_CODEC_ICOD, "Apple Intermediate Codec"),
A("icod"),
A("icod"),
B(VLC_CODEC_G2M2, "GoTo Meeting Codec 2"),
A("G2M2"),
B(VLC_CODEC_G2M3, "GoTo Meeting Codec 3"),
A("G2M3"),
B(VLC_CODEC_G2M4, "GoTo Meeting Codec 4"),
A("G2M4"),
/* */
B(VLC_CODEC_YV12, "Planar 4:2:0 YVU"),
......
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