diff options
author | Andreas Rheinhardt <[email protected]> | 2022-10-22 18:55:04 +0200 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2022-10-27 15:44:38 +0200 |
commit | 4190019ff4672f38835fc0d03206bdf4278a8cb4 (patch) | |
tree | 19e9cd8c39f56d998841ca2bcaca52516522ceab /libavfilter/blend_modes.c | |
parent | 92b81a7c99ef82d8d8810f4432c46fc6ccffb59d (diff) |
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 <[email protected]>
Diffstat (limited to 'libavfilter/blend_modes.c')
0 files changed, 0 insertions, 0 deletions