FFmpegContent does not need audio_length().
[dcpomatic.git] / src / lib / single_stream_audio_content.h
index d1d512d6765b33665ca2fe22db0f0fd1e1f40663..944d887b0ba4ae9ec293efe9e6b1385697e9372c 100644 (file)
@@ -44,7 +44,7 @@ public:
                boost::mutex::scoped_lock lm (_mutex);
                return _audio_channels;
        }
-       
+
        Frame audio_length () const {
                boost::mutex::scoped_lock lm (_mutex);
                return _audio_length;