[FFmpeg-devel] [PATCH]Improve pix_fmt detection for the native jpeg2000 decoder

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Jul 13 02:43:18 CEST 2013


Michael Niedermayer <michaelni <at> gmx.at> writes:

> and you need something like this to keep file8.jp2 working
> +++ b/libavcodec/jpeg2000dec.c
> @@-1486,6 +1486,8
>                          atom2_size -= 3;
>                      }
>                      bytestream2_skipu(&s->g, atom2_size);
> +                } else if (atom2 == JP2_CODESTREAM) {
> +                    return 1;

Added locally.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list