diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-06 14:10:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-06 14:10:14 +0100 |
| commit | 454a961e1a03f60cf05040b832c4f8f01b481fa7 (patch) | |
| tree | c1e50792318179d99f4a0750ec3f4bac2dac6346 /src/lib/ffmpeg_content.h | |
| parent | ee191ec1dbea1fda4a93338c5a86e5f53c35efdc (diff) | |
Add basic timeline window.
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 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; |
