Re: [FFmpeg-devel] [PATCH 2/3] lavc/vvcdec: remove unneeded VVCContext->pix_fmt

2025-01-26 Thread Wang, Fei W
On Sun, 2025-01-26 at 11:10 +0800, Nuo Mi wrote: > AVCodecContext->sw_pix_fmt is used to hold the software pixel format. > > Co-authored-by: Frank Plowman > --- >  libavcodec/vvc/dec.c | 17 ++--- >  libavcodec/vvc/dec.h |  2 -- >  2 files changed, 6 insertions(+), 13 deletions(-) > >

[FFmpeg-devel] [PATCH 2/3] lavc/vvcdec: remove unneeded VVCContext->pix_fmt

2025-01-25 Thread Nuo Mi
AVCodecContext->sw_pix_fmt is used to hold the software pixel format. Co-authored-by: Frank Plowman --- libavcodec/vvc/dec.c | 17 ++--- libavcodec/vvc/dec.h | 2 -- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/libavcodec/vvc/dec.c b/libavcodec/vvc/dec.c index daf