From c98c87afe29d9ef74bdced8a9c96d7752f3fe80f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 1 May 2014 14:32:45 +0100 Subject: Fix 3D support. --- 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 8715b9714..685b72bc8 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -35,7 +35,7 @@ class VideoDecoder : public virtual Decoder public: VideoDecoder (boost::shared_ptr c); - boost::optional get_video (VideoFrame frame, bool accurate); + std::list get_video (VideoFrame frame, bool accurate); boost::shared_ptr video_content () const { return _video_content; @@ -49,7 +49,7 @@ protected: void seek (ContentTime time, bool accurate); void video (boost::shared_ptr, VideoFrame frame); - boost::optional decoded_video (VideoFrame frame); + std::list decoded_video (VideoFrame frame); boost::shared_ptr _video_content; std::list _decoded_video; -- cgit v1.2.3