mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 13:35:13 +00:00
AVCodecTag: Add MKTAG for Go2Meeting video codec
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2a41701300
commit
63377695a6
@ -273,6 +273,9 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ CODEC_ID_DPX, MKTAG('d', 'p', 'x', ' ') },
|
||||
{ CODEC_ID_KGV1, MKTAG('K', 'G', 'V', '1') },
|
||||
{ CODEC_ID_LAGARITH, MKTAG('L', 'A', 'G', 'S') },
|
||||
{ CODEC_ID_G2M, MKTAG('G', '2', 'M', '2') },
|
||||
{ CODEC_ID_G2M, MKTAG('G', '2', 'M', '3') },
|
||||
{ CODEC_ID_G2M, MKTAG('G', '2', 'M', '4') },
|
||||
{ CODEC_ID_NONE, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user