summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-06 14:10:14 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-06 14:10:14 +0100
commit454a961e1a03f60cf05040b832c4f8f01b481fa7 (patch)
treec1e50792318179d99f4a0750ec3f4bac2dac6346 /src/lib/ffmpeg_content.h
parentee191ec1dbea1fda4a93338c5a86e5f53c35efdc (diff)
Add basic timeline window.
Diffstat (limited to 'src/lib/ffmpeg_content.h')
-rw-r--r--src/lib/ffmpeg_content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h
index 8bf4d42a5..6d7151498 100644
--- a/src/lib/ffmpeg_content.h
+++ b/src/lib/ffmpeg_content.h
@@ -89,6 +89,7 @@ public:
std::string information () const;
void as_xml (xmlpp::Node *) const;
boost::shared_ptr<Content> clone () const;
+ double temporal_length () const;
/* AudioContent */
int audio_channels () const;