mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
initial support for Duck TrueMotion v1 (think of it as On2 VP1); only
16-bit mode supported thus far Originally committed as revision 2555 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -88,6 +88,7 @@ enum CodecID {
|
||||
CODEC_ID_8BPS,
|
||||
CODEC_ID_SMC,
|
||||
CODEC_ID_FLIC,
|
||||
CODEC_ID_TRUEMOTION1,
|
||||
|
||||
/* various pcm "codecs" */
|
||||
CODEC_ID_PCM_S16LE,
|
||||
@@ -1581,6 +1582,7 @@ extern AVCodec idcin_decoder;
|
||||
extern AVCodec eightbps_decoder;
|
||||
extern AVCodec smc_decoder;
|
||||
extern AVCodec flic_decoder;
|
||||
extern AVCodec truemotion1_decoder;
|
||||
extern AVCodec ra_144_decoder;
|
||||
extern AVCodec ra_288_decoder;
|
||||
extern AVCodec roq_dpcm_decoder;
|
||||
|
||||
Reference in New Issue
Block a user