diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-10 02:12:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-10 02:13:51 +0100 |
| commit | 672b6dd3356d4cbf8703777538d396dbb868b96d (patch) | |
| tree | ec11a103674f6b2d18671d5e5ee610eca9e0a109 /src/lib/player.h | |
| parent | fcab3e1bf6c6f05ca714eb9e337ff50f13fff6a6 (diff) | |
Add some Changed() emissions so that when a butler is in control
we always do a seek when we set _have_valid_pieces to false.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 20b68ef77..ccdd4e12c 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -56,6 +56,9 @@ public: static int const FILM_CONTAINER; static int const FILM_VIDEO_FRAME_RATE; static int const DCP_DECODE_REDUCTION; + static int const IGNORE; + static int const FAST; + static int const PLAY_REFERENCED; }; /** @class Player |
