From b9f6e9512017dc1ecd3a42aa1ef3c6058608cef5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 May 2013 23:19:31 +0100 Subject: Give Film a container; move crop into video content; other bits. --- src/lib/video_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/video_decoder.h') diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index a73c7d11e..286a0d6e4 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -28,7 +28,7 @@ class VideoContent; class VideoDecoder : public VideoSource, public virtual Decoder { public: - VideoDecoder (boost::shared_ptr); + VideoDecoder (boost::shared_ptr, boost::shared_ptr); /** @return video frame rate second, or 0 if unknown */ virtual float video_frame_rate () const = 0; @@ -60,9 +60,9 @@ protected: void emit_subtitle (boost::shared_ptr); private: + boost::shared_ptr _video_content; int _video_frame; double _last_content_time; - boost::shared_ptr _timed_subtitle; }; -- cgit v1.2.3