Re: [FFmpeg-devel] [PATCH] avcodec/vvc/refs: remove dead code

2025-06-26 Thread Frank Plowman
On 27/06/2025 22:49, Marvin Scholz wrote: > The ret value is already checked earlier, making this condition > impossible to ever happen. > > Fix CID 1648350 > --- > libavcodec/vvc/refs.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/libavcodec/vvc/refs.c b/libavcodec/vvc/refs.c > ind

[FFmpeg-devel] [PATCH] avcodec/vvc/refs: remove dead code

2025-06-26 Thread Marvin Scholz
The ret value is already checked earlier, making this condition impossible to ever happen. Fix CID 1648350 --- libavcodec/vvc/refs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/vvc/refs.c b/libavcodec/vvc/refs.c index 79967b77d3..e52cc0c10d 100644 --- a/libavcodec/vvc/refs.c +