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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/video_content.h b/src/lib/video_content.h
index b5936d16d..64112c1da 100644
--- a/src/lib/video_content.h
+++ b/src/lib/video_content.h
@@ -157,6 +157,8 @@ public:
void scale_and_crop_to_fit_width ();
void scale_and_crop_to_fit_height ();
+ std::string processing_description () const;
+
protected:
void take_from_video_examiner (boost::shared_ptr<VideoExaminer>);