From de2af791bdfdcd653752cba970e59efc7bf810c7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Nov 2016 16:57:15 +0000 Subject: Basic grunt-work, untested and unfinished, but it compiles. --- src/lib/audio_decoder_stream.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/audio_decoder_stream.h') diff --git a/src/lib/audio_decoder_stream.h b/src/lib/audio_decoder_stream.h index 9ec5c5a09..b2ab65ac0 100644 --- a/src/lib/audio_decoder_stream.h +++ b/src/lib/audio_decoder_stream.h @@ -37,10 +37,8 @@ class AudioDecoderStream public: AudioDecoderStream (boost::shared_ptr, AudioStreamPtr, Decoder* decoder, AudioDecoder* audio_decoder, boost::shared_ptr log); - ContentAudio get (Frame time, Frame length, bool accurate); void audio (boost::shared_ptr, ContentTime); void flush (); - void seek (ContentTime time, bool accurate); void set_fast (); boost::optional position () const; -- cgit v1.2.3