summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player.h')
-rw-r--r--src/lib/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index c65ec40fe..03b7ffebd 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -179,7 +179,7 @@ private:
/** true if the player should ignore all video; i.e. never produce any */
boost::atomic<bool> _ignore_video;
- bool _ignore_audio = false;
+ boost::atomic<bool> _ignore_audio;
/** true if the player should ignore all text; i.e. never produce any */
bool _ignore_text = false;
bool _always_burn_open_subtitles = false;