diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-22 02:54:15 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-27 15:44:38 +0200 |
commit | a89b9d155b0657906e07bf9fac89f7eb203c30de (patch) | |
tree | f713ae2e6163fb6214713b3303cae366d5ac8c08 /libavcodec/fitsenc.c | |
parent | 0486f0f5d25099f4fce2638cd0388acae2a7afa1 (diff) | |
download | ffmpeg-a89b9d155b0657906e07bf9fac89f7eb203c30de.tar.gz |
avcodec/mpeg12enc: Don't initialize unused parts of RLTable
ff_rl_init() initializes RLTable.(max_level|max_run|index_run);
max_run is unused by the MPEG-1/2 encoders (as well as SpeedHQ).
Furthermore, it initializes these things twice (for two passes),
but the second half of this is never used.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/fitsenc.c')
0 files changed, 0 insertions, 0 deletions