diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-23 04:35:33 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-07-31 04:22:14 +0200 |
commit | 9c4f7d1e880a000a070f445386c870427e57971c (patch) | |
tree | b74757d90a26fbb133e60d8b15ab04440adc5635 /libswresample/tests | |
parent | 94dd8f421eedf58c3399f25dee169790b28c614b (diff) | |
download | ffmpeg-9c4f7d1e880a000a070f445386c870427e57971c.tar.gz |
avcodec/vp8: 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.
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libswresample/tests')
0 files changed, 0 insertions, 0 deletions