mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add cdtoons decoder
This adds a decoder for Broderbund's sprite-based QuickTime CDToons codec, based on the decoder I wrote for ScummVM. Signed-off-by: Alyssa Milburn <amilburn@zall.org>
This commit is contained in:
parent
55755b4ab2
commit
732d77dc50
9 changed files with 465 additions and 2 deletions
|
|
@ -68,6 +68,7 @@ extern AVCodec ff_brender_pix_decoder;
|
|||
extern AVCodec ff_c93_decoder;
|
||||
extern AVCodec ff_cavs_decoder;
|
||||
extern AVCodec ff_cdgraphics_decoder;
|
||||
extern AVCodec ff_cdtoons_decoder;
|
||||
extern AVCodec ff_cdxl_decoder;
|
||||
extern AVCodec ff_cfhd_decoder;
|
||||
extern AVCodec ff_cinepak_encoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue