diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-06 11:55:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-06 11:55:05 +0000 |
| commit | 2734637c959928a7d412c709cc3433357418ae03 (patch) | |
| tree | b996d5c45644cab44c00e9a990414e0ab49b5dd4 /src/lib/video_content.h | |
| parent | b17b68bb8e564601c7ea80ceea853fa564998c39 (diff) | |
Forward-port move of content description generation to lib/ rather than wx/.
Diffstat (limited to 'src/lib/video_content.h')
| -rw-r--r-- | src/lib/video_content.h | 2 |
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>); |
