avformat/avi: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for AVI muxer

Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com>
This commit is contained in:
Dawid Kozinski 2024-04-18 12:53:52 +02:00 committed by James Almer
parent cf45526a0d
commit 73d338d47c
1 changed files with 1 additions and 0 deletions

View File

@ -506,6 +506,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_RTV1, MKTAG('R', 'T', 'V', '1') },
{ AV_CODEC_ID_VMIX, MKTAG('V', 'M', 'X', '1') },
{ AV_CODEC_ID_LEAD, MKTAG('L', 'E', 'A', 'D') },
{ AV_CODEC_ID_EVC, MKTAG('e', 'v', 'c', '1') },
{ AV_CODEC_ID_NONE, 0 }
};