]> git.sesse.net Git - ffmpeg/commit
avcodec/vp3: Remove code duplication when initializing Theora VLCs
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 6 Nov 2020 10:03:34 +0000 (11:03 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 8 Dec 2020 16:51:47 +0000 (17:51 +0100)
commit420476ec7819ae15efb6d294767c454601715d74
tree7ee34888744368d789aef5a916b0fccc695fd2e6
parent802fc678b262ea5d3523169184a9ec9503bf7807
avcodec/vp3: Remove code duplication when initializing Theora VLCs

theora_init_huffman_tables() does essentially the same as
ff_init_vlcs_from_lengths().

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