[FFmpeg-cvslog] libavformat/riff.c: Add support for RV40 codec in AVI
Thierry Foucu
git at videolan.org
Tue Sep 15 23:44:14 CEST 2015
ffmpeg | branch: master | Thierry Foucu <tfoucu at gmail.com> | Tue Sep 15 14:11:38 2015 -0700| [164cd9b42af7104edce84c6ba53d5c15fdd6d8d8] | committer: Michael Niedermayer
libavformat/riff.c: Add support for RV40 codec in AVI
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=164cd9b42af7104edce84c6ba53d5c15fdd6d8d8
---
libavformat/riff.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 768b406..be76b0a 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -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 }
};
More information about the ffmpeg-cvslog
mailing list