[FFmpeg-devel] [PATCH v4 1/3] avcodec/jpeg2000dec: Add support for CAP and CPF markers

Tomas Härdin git at haerdin.se
Fri Jul 12 08:27:47 EEST 2024


> +            if (s->in_tile_headers == 1 && s->isHT && (!s-
> >Ccap15_b11))
> +                av_log(s->avctx, AV_LOG_WARNING, "COD marker is
> found in HOMOGENEOUS HT set\n");

How bad is this and the other markers being present in this case?
Should we perhaps error out?

/Tomas


More information about the ffmpeg-devel mailing list