Commit c5e5e630 authored by Thierry Foucu's avatar Thierry Foucu Committed by Vittorio Giovara

riff: Add support for RV40 codec in AVI

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