]> git.sesse.net Git - ffmpeg/commit
avcodec/imm4: Don't use too big VLC table
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 16 Nov 2020 12:27:22 +0000 (13:27 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 24 Nov 2020 10:35:03 +0000 (11:35 +0100)
commit50d50653d106184b60f464eeba20e132c137090e
treebe69604fdfd7184d91b8a08e287c984fe404a49c
parent195d8ce85eb73ff283f85dcee63383ec4081e3e7
avcodec/imm4: Don't use too big VLC table

Using more bits than the longest code has makes no sense.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/imm4.c