diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-30 00:49:05 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-11-06 17:41:25 +0100 |
commit | e4df54851ae36ea2c93928c0ca237b393668254d (patch) | |
tree | 6dda37b36f57876c6c9d31e2535d48ed63f40927 /libavcodec/fft.h | |
parent | 2b0f73321d779dfddf12b559b0d12751ad1871c7 (diff) | |
download | ffmpeg-e4df54851ae36ea2c93928c0ca237b393668254d.tar.gz |
avcodec/vc1_parser: Don't call ff_vc1_init_common()
It is unnecessary to initialize the VLCs: The only VLC
that was only ever used by the code reachable from the parser
was ff_vc1_bfraction_vlc; and this VLC has been removed.
Yet vc1dsp is still needed for startcode_find_candidate.
Maybe this should be factored out of vc1dsp in a later
commit.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/fft.h')
0 files changed, 0 insertions, 0 deletions