diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-22 18:55:04 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-10-27 15:44:38 +0200 |
commit | 4190019ff4672f38835fc0d03206bdf4278a8cb4 (patch) | |
tree | 19e9cd8c39f56d998841ca2bcaca52516522ceab /libavcodec/mpegpicture.h | |
parent | 92b81a7c99ef82d8d8810f4432c46fc6ccffb59d (diff) | |
download | ffmpeg-4190019ff4672f38835fc0d03206bdf4278a8cb4.tar.gz |
avcodec/speedhqenc: Don't initialize unused parts of RLTable
ff_rl_init() initializes RLTable.(max_level|max_run|index_run);
max_run is unused by the SpeedHQ encoder (as well as MPEG-1/2).
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/mpegpicture.h')
0 files changed, 0 insertions, 0 deletions