From 19f94521139aac13ef8fb4eaa55855b2ada307b4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 May 2016 19:58:37 +0100 Subject: Move video frame rate ('prepared-for') into Content. --- src/lib/audio_decoder.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib/audio_decoder.h') diff --git a/src/lib/audio_decoder.h b/src/lib/audio_decoder.h index 679cdd5c5..31d0785c6 100644 --- a/src/lib/audio_decoder.h +++ b/src/lib/audio_decoder.h @@ -42,10 +42,6 @@ class AudioDecoder : public virtual Decoder, public boost::enable_shared_from_th public: AudioDecoder (boost::shared_ptr, bool fast, boost::shared_ptr log); - boost::shared_ptr audio_content () const { - return _audio_content; - } - /** Try to fetch some audio from a specific place in this content. * @param frame Frame to start from (after resampling, if applicable) * @param length Frames to get (after resampling, if applicable) -- cgit v1.2.3