Re: [FFmpeg-devel] [PATCH] avcodec/av1dec: Fix unintended fallthrough

2023-03-15 Thread James Almer
On 3/15/2023 11:09 AM, Andreas Rheinhardt wrote: Fixes Coverity issue #1521982. Signed-off-by: Andreas Rheinhardt --- libavcodec/av1dec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c index a80e37e33f..4d3b559b96 100644 --- a/libavcodec/av1dec.

[FFmpeg-devel] [PATCH] avcodec/av1dec: Fix unintended fallthrough

2023-03-15 Thread Andreas Rheinhardt
Fixes Coverity issue #1521982. Signed-off-by: Andreas Rheinhardt --- libavcodec/av1dec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c index a80e37e33f..4d3b559b96 100644 --- a/libavcodec/av1dec.c +++ b/libavcodec/av1dec.c @@ -911,6 +911,7 @@ stati