Re: [FFmpeg-devel] [PATCH 07/39] avcodec/rl: Allow to create only a few VLC tables

2021-01-23 Thread Andreas Rheinhardt
Andreas Rheinhardt: > It is not uncommon that only the first one is used; this is similar to > ff_init_2d_vlc_rl(). > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/rl.c | 3 +++ > libavcodec/rl.h | 8 > 2 files changed, 11 insertions(+) > > diff --git a/libavcodec/rl.c

[FFmpeg-devel] [PATCH 07/39] avcodec/rl: Allow to create only a few VLC tables

2020-12-10 Thread Andreas Rheinhardt
It is not uncommon that only the first one is used; this is similar to ff_init_2d_vlc_rl(). Signed-off-by: Andreas Rheinhardt --- libavcodec/rl.c | 3 +++ libavcodec/rl.h | 8 2 files changed, 11 insertions(+) diff --git a/libavcodec/rl.c b/libavcodec/rl.c index c532b5bf56..93153ff723