]> git.sesse.net Git - ffmpeg/commit
avcodec/bitstream: Avoid allocation when creating VLC tables
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 25 Jun 2020 11:20:19 +0000 (13:20 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 27 Jun 2020 21:31:34 +0000 (23:31 +0200)
commitd7ad70e33b6f3ced421d2be67a067d0940682bb0
tree26f570c586a4d4b3b6ed6265ff227735a182a07d
parent5e196dac22cc510db104922f99626a03b453ef4a
avcodec/bitstream: Avoid allocation when creating VLC tables

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/bitstream.c