Commit 77ae9472 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '195942ed'

* commit '195942ed':
  riff: Support QT RLE Animation in avi ('rle ' FourCC)
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 97bd0e2a 195942ed
......@@ -364,6 +364,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