diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-10 14:50:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-10 14:50:45 +0100 |
| commit | 6b9bda07984837d188064f3f5514d0aa132655ec (patch) | |
| tree | ea47f81ed495934372f57a96b895f93fdb29a04c /src/lib/player.h | |
| parent | c9a97108df1d609bd13df8a21bee11d7ca55feea (diff) | |
Use more direct route to fix hangs after calling some Player methods.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index c6e657d16..20b68ef77 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -56,9 +56,6 @@ public: static int const FILM_CONTAINER; static int const FILM_VIDEO_FRAME_RATE; static int const DCP_DECODE_REDUCTION; - static int const IGNORE_COMPONENTS; - static int const FAST; - static int const PLAY_REFERENCED; }; /** @class Player |
