diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 8cfc49088..6bd04572b 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -111,10 +111,10 @@ public: /* Proxies for some Playlist methods */ ContentList content () const; - Time length () const; bool has_subtitles () const; OutputVideoFrame best_video_frame_rate () const; + bool content_paths_valid () const; libdcp::KDM make_kdm ( |
