diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-21 17:38:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-21 17:38:50 +0100 |
| commit | f1bf21a9c2581591ab80bfc997a22b93046f8c56 (patch) | |
| tree | 7c0db304d310e656fcaf4766a6c3b27e98df25b1 /src/lib/video_decoder.h | |
| parent | 01791aac0b11e9f296cd31a7803e287203bd8355 (diff) | |
Split examiner parts off decoder.
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index f0d140d80..8de76c10f 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -35,15 +35,6 @@ public: virtual void seek_back (); virtual void seek_forward (); - /* Calls for VideoContent to find out about itself */ - - /** @return video frame rate second, or 0 if unknown */ - virtual float video_frame_rate () const = 0; - /** @return video size in pixels */ - virtual libdcp::Size video_size () const = 0; - /** @return length according to our content's header */ - virtual ContentVideoFrame video_length () const = 0; - void set_video_container_size (libdcp::Size); protected: |
