diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 1f3899885..497320c5e 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -106,16 +106,12 @@ public: /* Proxies for some Playlist methods */ - Playlist::ContentList content_without_loop () const; + Playlist::ContentList content () const; - Time length_with_loop () const; - Time length_without_loop () const; + Time length () const; bool has_subtitles () const; OutputVideoFrame best_dcp_video_frame_rate () const; - void set_loop (int); - int loop () const; - void set_sequence_video (bool); /** Identifiers for the parts of our state; @@ -127,7 +123,6 @@ public: USE_DCI_NAME, /** The playlist's content list has changed (i.e. content has been added, moved around or removed) */ CONTENT, - LOOP, DCP_CONTENT_TYPE, CONTAINER, RESOLUTION, |
