Commit 195942ed authored by Vittorio Giovara's avatar Vittorio Giovara

riff: Support QT RLE Animation in avi ('rle ' FourCC)

Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
parent c78dc121
......@@ -350,6 +350,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ AV_CODEC_ID_FIC, MKTAG('F', 'I', 'C', 'V') },
{ AV_CODEC_ID_PRORES, MKTAG('A', 'P', 'C', 'N') },
{ AV_CODEC_ID_PRORES, MKTAG('A', 'P', 'C', 'H') },
{ AV_CODEC_ID_QTRLE, MKTAG('r', 'l', 'e', ' ') },
{ 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