diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-23 06:11:59 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-31 04:37:12 +0200 |
commit | 0980d3801d12939bd0eaa6b23b7a21d9012d8c5e (patch) | |
tree | 54299d4365c2d3b5860196c9dbacddc6b80f486d /libavcodec/pngdec.c | |
parent | 0eae123dbd610b4ad371c6ebfc41a9d5b56abec8 (diff) | |
download | ffmpeg-0980d3801d12939bd0eaa6b23b7a21d9012d8c5e.tar.gz |
avcodec/magicyuv: 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/pngdec.c')
0 files changed, 0 insertions, 0 deletions