diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-05-08 01:11:06 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-09 09:38:43 +0100 |
commit | 938251c878d46aef001da2527fb7234b9f2f83ea (patch) | |
tree | 8ee6169eb76842da4a3fdd1a1f75aab0ca02c45f /libavcodec/faanidct.h | |
parent | 832ead2ec40392e73422f9a9d3ab1f21ea025207 (diff) | |
download | ffmpeg-938251c878d46aef001da2527fb7234b9f2f83ea.tar.gz |
avcodec/rl: Don't pretend ff_rl_init() initializes a RLTable twice
It can't any longer, because all users of ff_rl_init() are now
behind ff_thread_once() or the global codec lock. Therefore
the check for whether the RLTable is already initialized can be removed;
as can the stack buffers that existed to make sure that nothing is ever
set to a value different from its final value.
Similarly, it is not necessary to check whether the VLCs associated
with the RLTable are already initialized (they aren't).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/faanidct.h')
0 files changed, 0 insertions, 0 deletions