Re: [FFmpeg-devel] [PATCH 1/3] avcodec/vp3: Don't output bogus warning

2022-01-12 Thread Andreas Rheinhardt
Andreas Rheinhardt: > It is perfectly fine to have from one to seven bits left > at the end of parsing. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/vp3.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c > index 5b9ba60

[FFmpeg-devel] [PATCH 1/3] avcodec/vp3: Don't output bogus warning

2022-01-09 Thread Andreas Rheinhardt
It is perfectly fine to have from one to seven bits left at the end of parsing. Signed-off-by: Andreas Rheinhardt --- libavcodec/vp3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index 5b9ba60f49..791e531862 100644 --- a/libavcodec/