[FFmpeg-cvslog] avi: add escape130 support
Michael Niedermayer
git at videolan.org
Sat Dec 10 07:13:46 CET 2011
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Dec 10 06:54:05 2011 +0100| [cd519b7e8390cdef2221a78096bae0bac4bef1a5] | committer: Michael Niedermayer
avi: add escape130 support
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd519b7e8390cdef2221a78096bae0bac4bef1a5
---
libavformat/riff.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 8dad3c8..9640850 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -286,6 +286,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_UTVIDEO, MKTAG('U', 'L', 'Y', '0') },
{ CODEC_ID_UTVIDEO, MKTAG('U', 'L', 'Y', '2') },
{ CODEC_ID_VBLE, MKTAG('V', 'B', 'L', 'E') },
+ { CODEC_ID_ESCAPE130, MKTAG('E', '1', '3', '0') },
{ CODEC_ID_NONE, 0 }
};
More information about the ffmpeg-cvslog
mailing list