summaryrefslogtreecommitdiff
path: root/src/lib/single_stream_audio_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-27 16:38:28 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-27 16:38:28 +0100
commit661de111c0dbc968ecb004eca5b26f8400b136f1 (patch)
tree3097de840bd9b6acf48bc5cc857371998cb00bff /src/lib/single_stream_audio_content.h
parenta28f926237c3de58c202843bea7913c276d0cbbc (diff)
FFmpegContent does not need audio_length().
Diffstat (limited to 'src/lib/single_stream_audio_content.h')
-rw-r--r--src/lib/single_stream_audio_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/single_stream_audio_content.h b/src/lib/single_stream_audio_content.h
index d1d512d67..944d887b0 100644
--- a/src/lib/single_stream_audio_content.h
+++ b/src/lib/single_stream_audio_content.h
@@ -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;