Re: [FFmpeg-devel] [PATCH] lavc/vvc: Fix pix_fmt change detection

2025-01-13 Thread Frank Plowman
On 13/01/2025 06:29, Wang, Fei W wrote: > On Sun, 2025-01-12 at 11:45 +0800, Nuo Mi wrote: >> >> >> On Sat, Jan 11, 2025 at 9:18 PM Frank Plowman >> wrote: >>> In some scenarios, the VVCContext.pix_fmt and the >>> AVCodecContext.pix_fmt can get out-of-sync.  It is more robust here >>> to check the

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Fix pix_fmt change detection

2025-01-12 Thread Wang, Fei W
On Sun, 2025-01-12 at 11:45 +0800, Nuo Mi wrote: > > > On Sat, Jan 11, 2025 at 9:18 PM Frank Plowman > wrote: > > In some scenarios, the VVCContext.pix_fmt and the > > AVCodecContext.pix_fmt can get out-of-sync.  It is more robust here > > to check the AVCodecContext.pix_fmt, as we already do fo

Re: [FFmpeg-devel] [PATCH] lavc/vvc: Fix pix_fmt change detection

2025-01-11 Thread Nuo Mi
On Sat, Jan 11, 2025 at 9:18 PM Frank Plowman wrote: > In some scenarios, the VVCContext.pix_fmt and the > AVCodecContext.pix_fmt can get out-of-sync. It is more robust here > to check the AVCodecContext.pix_fmt, as we already do for the width and > height, seeing as the AVCodecContext.pix_fmt i