mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
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:
parent
cf45526a0d
commit
73d338d47c
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user