Commit 63377695 authored by Thierry Foucu's avatar Thierry Foucu Committed by Michael Niedermayer

AVCodecTag: Add MKTAG for Go2Meeting video codec

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2a417013
......@@ -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 }
};
......
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