Skip to content
Snippets Groups Projects
Commit 164cd9b4 authored by Thierry Foucu's avatar Thierry Foucu Committed by Michael Niedermayer
Browse files

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

parent bbd44e12
No related branches found
No related tags found
No related merge requests found
......@@ -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 }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment