Re: [FFmpeg-devel] [PATCH 3/4] avcodec/vp3: Unify initializing and freeing VLC tables

2020-10-20 Thread Andreas Rheinhardt
Peter Ross: > On Tue, Oct 20, 2020 at 09:53:54AM +0200, Andreas Rheinhardt wrote: >> Signed-off-by: Andreas Rheinhardt >> --- >> libavcodec/vp3.c | 163 --- >> libavcodec/vp3data.h | 22 ++ >> libavcodec/vp4data.h | 22 ++ >> 3 files changed,

Re: [FFmpeg-devel] [PATCH 3/4] avcodec/vp3: Unify initializing and freeing VLC tables

2020-10-20 Thread Peter Ross
On Tue, Oct 20, 2020 at 09:53:54AM +0200, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/vp3.c | 163 --- > libavcodec/vp3data.h | 22 ++ > libavcodec/vp4data.h | 22 ++ > 3 files changed, 55 insertions(+), 15

[FFmpeg-devel] [PATCH 3/4] avcodec/vp3: Unify initializing and freeing VLC tables

2020-10-20 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/vp3.c | 163 --- libavcodec/vp3data.h | 22 ++ libavcodec/vp4data.h | 22 ++ 3 files changed, 55 insertions(+), 152 deletions(-) diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c index 7ee65c806