diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-23 11:33:34 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-10-27 10:19:38 +0100 |
commit | e4eeb851fdfd023662f999093b473b76255cec03 (patch) | |
tree | 29fedc265736e7b09d5dfaad31c893ed0cf088f3 /libavutil/timecode.c | |
parent | 718e862da3e254c58447c0873decb335f688fa09 (diff) | |
download | ffmpeg-e4eeb851fdfd023662f999093b473b76255cec03.tar.gz |
avcodec/atrac3: Don't use too big VLC tables
The longest code of any of the VLC tables used is eight bits long, so
using nine bits long VLC tables is wasteful. Furthermore, there are only
seven VLC tables used, yet the code up until now made it look like there
should be eight. This has been corrected, too.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavutil/timecode.c')
0 files changed, 0 insertions, 0 deletions