diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-23 21:19:10 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-23 21:19:10 +0000 |
| commit | e7a9a9a0b69d605e327d5a74abe28481d2a61179 (patch) | |
| tree | 043d155fe9175ae5ac2607c39fe451ad69aaafe0 /src/lib/audio_content.h | |
| parent | debf377abe77a8d3ac0880932d36c048138d9b3f (diff) | |
Only make 48kHz-audio DCPs for now (#1436).
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 051fc8db8..98e16a457 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -53,7 +53,6 @@ public: AudioMapping mapping () const; void set_mapping (AudioMapping); int resampled_frame_rate (boost::shared_ptr<const Film> film) const; - bool has_rate_above_48k () const; std::vector<std::string> channel_names () const; void set_gain (double); |
