]> git.sesse.net Git - ffmpeg/commit
avcodec/atrac9tab: Unify tables used to initialize VLCs
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 4 Nov 2020 19:41:35 +0000 (20:41 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 8 Dec 2020 16:51:46 +0000 (17:51 +0100)
commitb52e0d9504d1b45bc64489262facc8e48adb9bc2
tree44b498e0d3987bd6dfca02c73eeeeb2d81440fc6
parent5ac9d78dd2977e9e9021749e215d7208c2a56f39
avcodec/atrac9tab: Unify tables used to initialize VLCs

Using separate tables has the downside that one needs a big number of
pointers to the separate tables (currently 77); unifying them avoids
this.

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