diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-30 02:54:47 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-04 17:41:34 +0200 |
commit | b0c1473f6ea992e1c533f9a005c654228d9a0bda (patch) | |
tree | 7cb0a79d1ec51764fac905a596ae99d3b7984f3c /libavutil/parseutils.c | |
parent | fccb23b7dddc28769013a3185fa79834ef3699d9 (diff) | |
download | ffmpeg-b0c1473f6ea992e1c533f9a005c654228d9a0bda.tar.gz |
avcodec/mpeg12dec: Don't call ff_mpeg12_common_init()
It only sets [yc]_dc_scale_table and these tables are only
read in ff_set_qscale(); but the MPEG-1/2 decoders don't call
ff_set_qscale() at all.
(Furthermore, given that intra_dc_precision is always zero
for a decoder at this point, ff_mpeg12_common_init()
actually set these pointers to what ff_mpv_common_defaults()
already set them.)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavutil/parseutils.c')
0 files changed, 0 insertions, 0 deletions