mirror of https://git.ffmpeg.org/ffmpeg.git
riff: Add support for RV40 codec in AVI
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
b5e4f393b6
commit
c5e5e63062
|
@ -359,6 +359,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
|||
{ AV_CODEC_ID_HQX, MKTAG('C', 'H', 'Q', 'X') },
|
||||
{ AV_CODEC_ID_TDSC, MKTAG('T', 'D', 'S', 'C') },
|
||||
{ AV_CODEC_ID_HQ_HQA, MKTAG('C', 'U', 'V', 'C') },
|
||||
{ AV_CODEC_ID_RV40, MKTAG('R', 'V', '4', '0') },
|
||||
{ AV_CODEC_ID_NONE, 0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue