diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-23 06:11:35 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-31 04:22:53 +0200 |
commit | 0eae123dbd610b4ad371c6ebfc41a9d5b56abec8 (patch) | |
tree | 14992a119b3893a9fe39a5b63c5f46de10312745 /libavformat | |
parent | 9c4f7d1e880a000a070f445386c870427e57971c (diff) | |
download | ffmpeg-0eae123dbd610b4ad371c6ebfc41a9d5b56abec8.tar.gz |
avcodec/proresdec2: 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 'libavformat')
0 files changed, 0 insertions, 0 deletions