diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index bd9dcc88d..1f3899885 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -106,9 +106,10 @@ public: /* Proxies for some Playlist methods */ - Playlist::ContentList content () const; + Playlist::ContentList content_without_loop () const; - Time length () const; + Time length_with_loop () const; + Time length_without_loop () const; bool has_subtitles () const; OutputVideoFrame best_dcp_video_frame_rate () const; |
