diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-10 06:54:05 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-10 06:54:05 +0100 |
commit | cd519b7e8390cdef2221a78096bae0bac4bef1a5 (patch) | |
tree | 37447aed3726b28038a74a314e0a63e8d3815704 /libavformat | |
parent | 02ce07f8c479f68f3fe2af142ee9af98ff005f67 (diff) | |
download | ffmpeg-cd519b7e8390cdef2221a78096bae0bac4bef1a5.tar.gz |
avi: add escape130 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 8dad3c829b..964085031c 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 } }; |