diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-09 12:54:12 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-01-25 14:52:05 +0100 |
commit | ed913fcb5963eff0e7edf2719d6e4ec025ddab42 (patch) | |
tree | fa570ad409890b884f44755f71ce4a71ff518425 /libavcodec/dct.c | |
parent | 44bb776f130440fd845fa28723f5bd10e874e92a (diff) | |
download | ffmpeg-ed913fcb5963eff0e7edf2719d6e4ec025ddab42.tar.gz |
avcodec/h261dec: Don't initialize unused part of RLTable
The H.261 decoder only uses an RLTable's VLC table, yet it also
initializes its index_run, max_level and max_run. This commit stops
doing so; it will also simplify making this decoder init-threadsafe,
as the H.261 decoder and encoder now initialize disjoint parts of their
common RLTable.
Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/dct.c')
0 files changed, 0 insertions, 0 deletions