diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2011-11-11 18:13:35 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-12 01:21:01 +0100 |
commit | 0c251257b57a3916735795f107597e5d457eabd3 (patch) | |
tree | 4c6d826e4aab452f6d13338c5506553243dbc430 /libavformat/riff.c | |
parent | 5f36065ca66e6a13bfc66ad2dfd04303f288edf4 (diff) | |
download | ffmpeg-0c251257b57a3916735795f107597e5d457eabd3.tar.gz |
VBLE Decoder
Add a decoder for the VBLE Lossless Codec, which
still has a cult following. Used to be popular
several years ago on doom9.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/riff.c')
-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 aea6eba112..3acf80bb89 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -285,6 +285,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_UTVIDEO, MKTAG('U', 'L', 'R', 'G') }, { 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_NONE, 0 } }; |