summaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2022-07-23 04:28:03 +0200
committerAndreas Rheinhardt <[email protected]>2022-07-31 04:21:51 +0200
commit94dd8f421eedf58c3399f25dee169790b28c614b (patch)
tree2262415cd184bb78e1720416449e3f4bce19ced3 /libavformat
parent4368e86a02b8dde9824b44923dc01834046ad360 (diff)
avcodec/wavpack: 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 <[email protected]>
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions