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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h
index 061388c44..0a2117470 100644
--- a/src/lib/player.h
+++ b/src/lib/player.h
@@ -49,6 +49,7 @@ public:
void set_video_container_size (dcp::Size);
void set_ignore_video ();
+ void set_ignore_audio ();
void set_enable_subtitles (bool enable);
void set_always_burn_subtitles (bool burn);
@@ -117,6 +118,8 @@ private:
/** true if the player should ignore all video; i.e. never produce any */
bool _ignore_video;
+ /** true if the player should ignore all audio; i.e. never produce any */
+ bool _ignore_audio;
/** true if the player should always burn subtitles into the video regardless
of content settings
*/