diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-23 06:14:10 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-31 04:37:27 +0200 |
commit | a18c372390346d089580a18183115c8f8ef2d1ec (patch) | |
tree | 912dfbbeb6089e2b02cb869d3395f31bd99925ea /libavformat/samidec.c | |
parent | 0980d3801d12939bd0eaa6b23b7a21d9012d8c5e (diff) | |
download | ffmpeg-a18c372390346d089580a18183115c8f8ef2d1ec.tar.gz |
avcodec/jpeg2000dec: 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/samidec.c')
0 files changed, 0 insertions, 0 deletions