summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-21 17:38:50 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-21 17:38:50 +0100
commitf1bf21a9c2581591ab80bfc997a22b93046f8c56 (patch)
tree7c0db304d310e656fcaf4766a6c3b27e98df25b1 /src/lib/video_content.h
parent01791aac0b11e9f296cd31a7803e287203bd8355 (diff)
Split examiner parts off decoder.
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;