diff options
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 71b3cc464..c65ec40fe 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -178,7 +178,7 @@ private: std::shared_ptr<Image> _black_image; /** true if the player should ignore all video; i.e. never produce any */ - bool _ignore_video = false; + boost::atomic<bool> _ignore_video; bool _ignore_audio = false; /** true if the player should ignore all text; i.e. never produce any */ bool _ignore_text = false; |
