Commit 164cd9b4 authored by Thierry Foucu's avatar Thierry Foucu Committed by Michael Niedermayer

libavformat/riff.c: Add support for RV40 codec in AVI

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent bbd44e12
......@@ -373,6 +373,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 }
};
......
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