[FFmpeg-cvslog] riff: Support QT RLE Animation in avi ('rle ' FourCC)
Vittorio Giovara
git at videolan.org
Wed Feb 18 00:00:17 CET 2015
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Thu Feb 12 11:04:58 2015 -0500| [195942ed9b9b563ec86d34b73aa2c1ee8715d59d] | committer: Vittorio Giovara
riff: Support QT RLE Animation in avi ('rle ' FourCC)
Signed-off-by: Vittorio Giovara <vittorio.giovara at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=195942ed9b9b563ec86d34b73aa2c1ee8715d59d
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index a093986..866f5c2 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -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 }
};
More information about the ffmpeg-cvslog
mailing list