From f1bf21a9c2581591ab80bfc997a22b93046f8c56 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 21 Jun 2013 17:38:50 +0100 Subject: Split examiner parts off decoder. --- src/lib/video_decoder.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/lib/video_decoder.h') 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: -- cgit v1.2.3