From 7d67f4a38bf7de1b901facf5390a730d307de671 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 21 Dec 2013 18:44:52 +0000 Subject: Add some more tests; improve seeking. --- src/lib/ffmpeg_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg_decoder.h') diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index e50b248cf..55b624bd6 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -71,9 +71,9 @@ private: void maybe_add_subtitle (); boost::shared_ptr deinterleave_audio (uint8_t** data, int size); - bool seek_overrun_finished (ContentTime, ContentTime, ContentTime) const; + bool seek_overrun_finished (ContentTime, boost::optional, boost::optional) const; bool seek_final_finished (int, int) const; - int minimal_run (boost::function); + int minimal_run (boost::function, boost::optional, int)>); void seek_and_flush (int64_t); AVCodecContext* _subtitle_codec_context; ///< may be 0 if there is no subtitle -- cgit v1.2.3