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
|
|
@ -158,6 +158,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
|
|||
{ AV_CODEC_ID_SGIRLE, MKTAG('r', 'l', 'e', '1') }, /* SGI RLE 8-bit */
|
||||
{ AV_CODEC_ID_MSRLE, MKTAG('W', 'R', 'L', 'E') },
|
||||
{ AV_CODEC_ID_QDRAW, MKTAG('q', 'd', 'r', 'w') }, /* QuickDraw */
|
||||
{ AV_CODEC_ID_CDTOONS, MKTAG('Q', 'k', 'B', 'k') }, /* CDToons */
|
||||
|
||||
{ AV_CODEC_ID_RAWVIDEO, MKTAG('W', 'R', 'A', 'W') },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue