diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-05 11:48:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-05 11:48:54 +0100 |
| commit | b60186064405914b41780021f74dd7830f2ffecb (patch) | |
| tree | e5a1f1522dc8c96c981e8c91f3338d60ec198f7a /src/lib/content.h | |
| parent | 3f9891137747cd7434ce20f69b8d88b967dbdfaf (diff) | |
Back port active_frame_rate_change stuff from v2, removing specification of video frame rate for sndfile sources.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 3cea93cfc..596a0a905 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -65,8 +65,6 @@ public: virtual void as_xml (xmlpp::Node *) const; virtual Time full_length () const = 0; virtual std::string identifier () const; - /** @return the video frame rate that this content has or was prepared to be used with */ - virtual float video_frame_rate () const = 0; boost::shared_ptr<Content> clone () const; |
