Re: [FFmpeg-devel] [PATCH 1/9] avcodec/asvdec: Reduce the size of some VLCs

2020-10-14 Thread Michael Niedermayer
On Tue, Oct 13, 2020 at 11:10:09AM +0200, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/asvdec.c | 27 +++ > 1 file changed, 15 insertions(+), 12 deletions(-) ok thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611E

[FFmpeg-devel] [PATCH 1/9] avcodec/asvdec: Reduce the size of some VLCs

2020-10-13 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/asvdec.c | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/libavcodec/asvdec.c b/libavcodec/asvdec.c index 9a11446f52..a21e4277b3 100644 --- a/libavcodec/asvdec.c +++ b/libavcodec/asvdec.c @@ -34,7 +3