[FFmpeg-devel] [PATCH 24/39] avcodec/ituh263dec: Don't initialize unused parts of RLTable
Anton Khirnov
anton at khirnov.net
Mon Jan 18 14:03:10 EET 2021
Quoting Andreas Rheinhardt (2020-12-10 12:16:42)
> The RLTable ff_rl_intra_aic is only used by ituh263dec and ituh263enc;
> the former only uses the RLTable's VLC, the latter only index_run,
> max_level and max_run. Yet ituh263dec also initializes the latter.
> This commit stops doing so.
Same as for h261 - should the be unshared then?
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list