Re: [FFmpeg-devel] [PATCH] avutil/hwcontext_videotoolbox: silence warning for RGB

2024-08-15 Thread Zhao Zhili
> On Aug 10, 2024, at 17:52, epira...@gmail.com wrote: > > On 10 Aug 2024, at 8:13, gnattu via ffmpeg-devel wrote: > >> Hardware frames with RGB colorspace will not have a YCbCrMatrixKey. >> Currently, it will spam the console with warning if rgb frame is >> uploaded. > > Thanks, LGTM Applie

Re: [FFmpeg-devel] [PATCH] avutil/hwcontext_videotoolbox: silence warning for RGB

2024-08-10 Thread epirat07
On 10 Aug 2024, at 8:13, gnattu via ffmpeg-devel wrote: > Hardware frames with RGB colorspace will not have a YCbCrMatrixKey. > Currently, it will spam the console with warning if rgb frame is > uploaded. Thanks, LGTM > > Signed-off-by: Gnattu OC > --- > libavutil/hwcontext_videotoolbox.c | 2

[FFmpeg-devel] [PATCH] avutil/hwcontext_videotoolbox: silence warning for RGB

2024-08-09 Thread gnattu via ffmpeg-devel
Hardware frames with RGB colorspace will not have a YCbCrMatrixKey. Currently, it will spam the console with warning if rgb frame is uploaded. Signed-off-by: Gnattu OC --- libavutil/hwcontext_videotoolbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/hwcontext_v