diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-02 23:33:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-02 23:33:46 +0100 |
| commit | 7ebb57db2013c9e929d44d0e547ab1f27c59cc7f (patch) | |
| tree | 19959172e24e2cf097a2814aeb9e2298805d8a2b /src/lib/ffmpeg_content.h | |
| parent | 2343509c75673d3fad82a5d0eab9622a4d6902e3 (diff) | |
Add basic content information, and some other bits.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
| -rw-r--r-- | src/lib/ffmpeg_content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 598ebf484..3d69a2f99 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -86,6 +86,7 @@ public: void examine (boost::shared_ptr<Film>, boost::shared_ptr<Job>, bool); std::string summary () const; + std::string information () const; void as_xml (xmlpp::Node *) const; boost::shared_ptr<Content> clone () const; |
