diff options
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; |
