diff options
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 |
