summaryrefslogtreecommitdiff
path: root/src/lib/player.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-04 23:14:46 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-05 00:25:14 +0100
commit253c72987b333a747eeaf25509eb1ec32f484467 (patch)
tree2918796879f83a74952a2fe6a9f07037d6d88be3 /src/lib/player.h
parentf227d182fa5a829fdeabf9eca8f33da5ce7f4e0d (diff)
Don't bother with audio in the film viewer.
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
*/