From a246aa2400e419500e364ae684bdcc419c08f56a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 14 Oct 2022 11:19:50 +0200 Subject: Add some missing change signals in the Player. --- src/lib/player.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/player.h') diff --git a/src/lib/player.h b/src/lib/player.h index 7f30bf88c..0d288824e 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -63,6 +63,11 @@ public: static int const FILM_VIDEO_FRAME_RATE; static int const DCP_DECODE_REDUCTION; static int const PLAYBACK_LENGTH; + static int const IGNORE_VIDEO; + static int const IGNORE_AUDIO; + static int const IGNORE_TEXT; + static int const ALWAYS_BURN_OPEN_SUBTITLES; + static int const PLAY_REFERENCED; }; -- cgit v1.2.3