[FFmpeg-devel] [PATCH] MXF - Add jpeg2000 subdescriptor - Sponsored by INA

Tomas Härdin git at haerdin.se
Tue May 9 12:49:50 EEST 2023


> +    if (j2k_ncomponents != component_count) {
> +        av_log(s, AV_LOG_ERROR, "Incoherence about components image
> number.\n");
> +    }

I still think you should error out here, since mismatched component
count is indicative of broken internal logic

/Tomas



More information about the ffmpeg-devel mailing list