Re: [FFmpeg-devel] [PATCH] avcodec/bonk: Actually clip when using av_clip()

2022-09-12 Thread Paul B Mahol
On 9/12/22, Andreas Rheinhardt wrote: > Also fixes a "statement with no effect [-Wunused-value]" > warning from GCC. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/bonk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/bonk.c b/libavcodec/bonk.c > in

Re: [FFmpeg-devel] [PATCH] avcodec/bonk: Actually clip when using av_clip()

2022-09-12 Thread James Almer
On 9/12/2022 9:20 AM, Andreas Rheinhardt wrote: Also fixes a "statement with no effect [-Wunused-value]" warning from GCC. Signed-off-by: Andreas Rheinhardt --- libavcodec/bonk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/bonk.c b/libavcodec/bonk.c index f