diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-23 06:16:33 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-31 04:38:37 +0200 |
commit | 9ea03f5678c21e07da9f484846beb2637d41cd7d (patch) | |
tree | 06a9e3f4bdb353eaf7498d6b0473e90724dfa190 /libavcodec/gif.h | |
parent | 597dc96736a960ed95f2cbbf0b32ddad210c7f2a (diff) | |
download | ffmpeg-9ea03f5678c21e07da9f484846beb2637d41cd7d.tar.gz |
avcodec/diracdec: Constify slice threads' ptr to main context
Modifying the main context from a slice thread is (usually)
a data race, so it must not happen. So only use a pointer to const
to access the main context.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/gif.h')
0 files changed, 0 insertions, 0 deletions