ffmpeg | branch: master | Thierry Foucu <tfo...@gmail.com> | Sat Sep 26 16:21:06 2015 +0200| [c5e5e6306223623de8352a3ecd224956aa5beb37] | committer: Vittorio Giovara
riff: Add support for RV40 codec in AVI Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c5e5e6306223623de8352a3ecd224956aa5beb37 --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index 9093b3a..1746297 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -359,6 +359,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 } }; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog