diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-21 17:38:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-21 17:38:50 +0100 |
| commit | f1bf21a9c2581591ab80bfc997a22b93046f8c56 (patch) | |
| tree | 7c0db304d310e656fcaf4766a6c3b27e98df25b1 /src/lib/video_content.h | |
| parent | 01791aac0b11e9f296cd31a7803e287203bd8355 (diff) | |
Split examiner parts off decoder.
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 4 |
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; |
