mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 01:33:50 +08:00
IBM Ultimotion video decoder, courtesy of Konstantin Shishkov
Originally committed as revision 3468 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user