From 6f071ce94bb7cff1106e2ef6d8eb4363694435f2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 1 Jul 2014 15:05:13 +0100 Subject: Remove FFmpegDecoder minimal_run and care on seeking, as the VideoDecoder/AudioDecoder has to cope with stuff per-stream anyway. --- src/lib/ffmpeg_decoder.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/ffmpeg_decoder.h') diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 2859e2345..e44ac152f 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -66,9 +66,6 @@ private: void maybe_add_subtitle (); boost::shared_ptr deinterleave_audio (uint8_t** data, int size); - bool seek_overrun_finished (ContentTime, boost::optional, boost::optional) const; - bool seek_final_finished (int, int) const; - int minimal_run (boost::function, boost::optional, int)>); void seek_and_flush (ContentTime); bool has_subtitle_during (ContentTimePeriod) const; -- cgit v1.2.3