diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2011-11-11 14:46:19 -0500 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-11 22:46:47 +0200 |
commit | c433a3f9a5ead7bd107384e20ea21de9f4c3f911 (patch) | |
tree | cfbf543df89872f08aa6ed077f41d0477b79c69e /libavcodec/avcodec.h | |
parent | b656c4d08e196424eb80b706e15d3c49b7c0af37 (diff) | |
download | ffmpeg-c433a3f9a5ead7bd107384e20ea21de9f4c3f911.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: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 76562834ed..7d506a1f72 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -220,6 +220,7 @@ enum CodecID { #endif CODEC_ID_UTVIDEO, CODEC_ID_BMV_VIDEO, + CODEC_ID_VBLE, /* various PCM "codecs" */ CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs |