[FFmpeg-devel] [PATCH] CDToons decoder
Carl Eugen Hoyos
ceffmpeg at gmail.com
Mon Jan 6 04:28:35 EET 2020
Am So., 5. Jan. 2020 um 22:57 Uhr schrieb Alyssa Milburn <amilburn at zall.org>:
> diff --git a/libavformat/riff.c b/libavformat/riff.c
> index c73f6e9db0..560a3aa208 100644
> --- a/libavformat/riff.c
> +++ b/libavformat/riff.c
> @@ -491,6 +491,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
> { AV_CODEC_ID_IMM5, MKTAG('I', 'M', 'M', '5') },
> { AV_CODEC_ID_MVDV, MKTAG('M', 'V', 'D', 'V') },
> { AV_CODEC_ID_MVHA, MKTAG('M', 'V', 'H', 'A') },
> + { AV_CODEC_ID_CDTOONS, MKTAG('Q', 'k', 'B', 'k') },
> { AV_CODEC_ID_NONE, 0 }
Does the codec really exist in avi?
I ask because the sample files you provide are mov.
If no avi files exist, please remove above hunk.
And please put your name in the copyright line as
suggested by James.
Thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list