]> git.sesse.net Git - ffmpeg/commit
avcodec/atrac3plus: Simplify creating VLCs
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 1 Nov 2020 15:21:32 +0000 (16:21 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 8 Dec 2020 16:51:46 +0000 (17:51 +0100)
commitcfc473ef10ec9a924d1cd6d1c462697b31fb444d
tree5f50e7ad2f9d7fbde13576cff28219e4221efb7b
parent7a7295a8ce87e8b8d9f3dade5f7e05342ffba881
avcodec/atrac3plus: Simplify creating VLCs

Use ff_init_vlc_from_lengths() to offload the computation of the codes.

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