diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-23 06:15:23 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-31 04:38:20 +0200 |
commit | 597dc96736a960ed95f2cbbf0b32ddad210c7f2a (patch) | |
tree | 42d6f121dacf72f87d468a196e0b1c2631b1d82c /libavcodec/opusdec.c | |
parent | 5ad29e15908523c423c881bce2aaf62e433169b6 (diff) | |
download | ffmpeg-597dc96736a960ed95f2cbbf0b32ddad210c7f2a.tar.gz |
avcodec/dvdec: 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/opusdec.c')
0 files changed, 0 insertions, 0 deletions