diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-09 20:25:06 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-15 06:29:42 +0100 |
commit | b41e4f6187a10e729288fcf9ff5584f47a6a34e9 (patch) | |
tree | 5ad602db0e941cf595e8783620655d5772150b2d /libavcodec/libopus.h | |
parent | cc15bb0bbf86dbc855aaa307fa16dab3de0426ff (diff) | |
download | ffmpeg-b41e4f6187a10e729288fcf9ff5584f47a6a34e9.tar.gz |
avcodec/h264_cavlc: Remove redundant check
The only caller to ff_h264_decode_init_vlc() already uses
ff_thread_once() for the call; ergo the check via a simple int with
static storage duration in ff_h264_decode_init_vlc() is redundant.
And if it were not redundant, it would be a potential for data races.
So remove it.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/libopus.h')
0 files changed, 0 insertions, 0 deletions