diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-23 06:17:55 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-31 04:38:55 +0200 |
commit | e725c5e24eaa94cd5a99e039d6c569a24e335d5a (patch) | |
tree | dc0f0675f7dd8b48c110702991cf13b4672c31a0 /libavcodec/options_table.h | |
parent | 9ea03f5678c21e07da9f484846beb2637d41cd7d (diff) | |
download | ffmpeg-e725c5e24eaa94cd5a99e039d6c569a24e335d5a.tar.gz |
avcodec/exr: 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/options_table.h')
0 files changed, 0 insertions, 0 deletions