diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-10-14 11:19:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-10-14 12:55:36 +0200 |
| commit | a246aa2400e419500e364ae684bdcc419c08f56a (patch) | |
| tree | ce39cae540428ba9f42e280fd34c9db0c768bf63 /src/lib/player.h | |
| parent | f0c9eb891bed55ddc1afe13a87a997f68fd706be (diff) | |
Add some missing change signals in the Player.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; }; |
