diff options
author | Mike Melanson <mike@multimedia.cx> | 2004-09-16 03:31:41 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2004-09-16 03:31:41 +0000 |
commit | d0a0bbd22cdd24f429544dac9e9b950f9ac7d35d (patch) | |
tree | 099ec45330fe4652217c7aeaa43b2bdf59cbee9d /libavcodec/avcodec.h | |
parent | 69bde0b2581eda5bcd229c8861c38931feef026e (diff) | |
download | ffmpeg-d0a0bbd22cdd24f429544dac9e9b950f9ac7d35d.tar.gz |
IBM Ultimotion video decoder, courtesy of Konstantin Shishkov
Originally committed as revision 3468 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 76bc946f3a..10c06989e7 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -102,6 +102,7 @@ enum CodecID { CODEC_ID_QTRLE, CODEC_ID_SNOW, CODEC_ID_TSCC, + CODEC_ID_ULTI, /* various pcm "codecs" */ CODEC_ID_PCM_S16LE, @@ -1855,6 +1856,7 @@ extern AVCodec sonic_decoder; extern AVCodec qtrle_decoder; extern AVCodec flac_decoder; extern AVCodec tscc_decoder; +extern AVCodec ulti_decoder; /* pcm codecs */ #define PCM_CODEC(id, name) \ |