[FFmpeg-devel] [PATCH v2 1/4] avcodec/h2645_vui: Ensure color primaries/trc/space isn't reserved value

Kieran Kunhya kieran618 at googlemail.com
Mon May 26 21:48:46 EEST 2025


On Mon, May 26, 2025 at 8:13 PM Zhao Zhili
<quinkblack-at-foxmail.com at ffmpeg.org> wrote:
>
>
>
> > On May 22, 2025, at 13:06, Zhao Zhili <quinkblack-at-foxmail.com at ffmpeg.org> wrote:
> >
> > From: Zhao Zhili <zhilizhao at tencent.com>
> >
> > Fix error reported by swscaler:
> > Unsupported input (Operation not supported): fmt:yuv420p csp:unknown prim:reserved trc:bt709 -> fmt:yuv420p csp:bt709 prim:reserved trc:bt709
> > —
>
>
> Will apply soon.

Surely this should be filtered in swscale?
I think we need to pass through future reserved values of csp and stuff.

Kieran


More information about the ffmpeg-devel mailing list