Am So., 5. Jan. 2020 um 22:57 Uhr schrieb Alyssa Milburn <amilb...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to