diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-24 22:00:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-24 22:00:53 +0100 |
| commit | 4f03da3aa12525cb8389ddefee629f5d0b2ac0aa (patch) | |
| tree | 0552aa98738c47c9328c4b86adad7348607ea8a4 /src/lib/null_content.h | |
| parent | 5b44e42b4a90331c88b15ed02a7f3d333690b9eb (diff) | |
Partial addition of DCP audio channel count to Film.
Diffstat (limited to 'src/lib/null_content.h')
| -rw-r--r-- | src/lib/null_content.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/null_content.h b/src/lib/null_content.h index d4a3b7371..f8829658c 100644 --- a/src/lib/null_content.h +++ b/src/lib/null_content.h @@ -41,9 +41,7 @@ public: return boost::shared_ptr<Content> (); } - int audio_channels () const { - return MAX_AUDIO_CHANNELS; - } + int audio_channels () const; ContentAudioFrame audio_length () const { return _audio_length; |
