diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-21 11:41:50 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-21 11:41:50 +0000 |
| commit | 817620394821a4581ea8cfd02fb23f2524169405 (patch) | |
| tree | 9b4788f28c69253952de9f5ef6bf3cfa34fda34d /src/lib/content.h | |
| parent | fe886ca75591e3122e7123590dd09bedbc549199 (diff) | |
Remove FFmpegStream id accessor.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 4ee7c267f..596a0a905 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -57,6 +57,9 @@ public: virtual void examine (boost::shared_ptr<Job>); virtual std::string summary () const = 0; + /** @return Technical details of this content; these are written to logs to + * help with debugging. + */ virtual std::string technical_summary () const; virtual std::string information () const = 0; virtual void as_xml (xmlpp::Node *) const; |
