Commit 73d338d4 authored by Dawid Kozinski's avatar Dawid Kozinski Committed by James Almer

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

Signed-off-by: 's avatarDawid Kozinski <d.kozinski@samsung.com>
parent cf45526a
......@@ -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 }
};
......
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