Re: [FFmpeg-devel] [PATCH] avutil/hwcontext_videotoolbox: fix color primaries check

2025-06-09 Thread Marvin Scholz
On 9 Jun 2025, at 11:38, Jun Zhao wrote: > From: Jun Zhao > > Fix incorrect enum value used in color primaries check by replacing > AVCOL_SPC_UNSPECIFIED with AVCOL_PRI_UNSPECIFIED. > > Signed-off-by: Jun Zhao > --- > libavutil/hwcontext_videotoolbox.c | 2 +- > 1 file changed, 1 insertion(+

[FFmpeg-devel] [PATCH] avutil/hwcontext_videotoolbox: fix color primaries check

2025-06-09 Thread Jun Zhao
From: Jun Zhao Fix incorrect enum value used in color primaries check by replacing AVCOL_SPC_UNSPECIFIED with AVCOL_PRI_UNSPECIFIED. Signed-off-by: Jun Zhao --- libavutil/hwcontext_videotoolbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/hwcontext_videotoolb