Add some missing change signals in the Player.
[dcpomatic.git] / src / lib / player.h
index 7f30bf88c5521ed2607d90eaa7a8ba215636ae0a..0d288824e8d28eaf359ec9396fc54a362a01e17f 100644 (file)
@@ -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;
 };