summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_content.h')
-rw-r--r--src/lib/video_content.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index 44f1c2847..23bcaa89b 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -23,7 +23,7 @@
#include "content.h"
#include "util.h"
-class VideoDecoder;
+class VideoExaminer;
class Ratio;
class VideoContentProperty
@@ -80,7 +80,7 @@ public:
}
protected:
- void take_from_video_decoder (boost::shared_ptr<VideoDecoder>);
+ void take_from_video_examiner (boost::shared_ptr<VideoExaminer>);
ContentVideoFrame _video_length;