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(+
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