diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-11 10:34:53 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-14 10:12:31 +0100 |
commit | c38a8576fea2de04b33234db13fd8d486d640451 (patch) | |
tree | 775444bdaeef376788ae4eb4943ed8d78b479b37 /Makefile | |
parent | d15f65c4699de54eafc3b9a8f145cad978666520 (diff) | |
download | ffmpeg-c38a8576fea2de04b33234db13fd8d486d640451.tar.gz |
avcodec/8bps: Mark decoder as init-threadsafe
The only unorthodox thing that this codec's init function does
is calling ff_get_format(). Yet this is supposed to be save,
as any get_format callback already has to deal with the scenario
of different AVCodecContext's calling it simultaneously.
Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions