]> git.sesse.net Git - ffmpeg/commit
avcodec/atrac9dec: Make VLCs static
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 5 Nov 2020 02:25:47 +0000 (03:25 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 8 Dec 2020 16:51:46 +0000 (17:51 +0100)
commit984fdfd042aeec7d48cd906661b2192568874730
tree0af41622cc2d5b01af9107862f2789648bef28ce
parent76a4356a75fd1bb79101ac00bfb73303c369dfc8
avcodec/atrac9dec: Make VLCs static

Also remove code duplication and use a named constant for the number of
VLC bits while just at it.

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