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/ffmpeg_decoder.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/lib/ffmpeg_decoder.h') diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 76755c1fc..82472c164 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -46,11 +46,12 @@ class FFmpegDecoder : public FFmpeg, public Decoder public: FFmpegDecoder (boost::shared_ptr, boost::shared_ptr); + void pass (); + void seek (ContentTime time, bool); + private: friend struct ::ffmpeg_pts_offset_test; - bool pass (PassReason, bool accurate); - void seek (ContentTime time, bool); void flush (); AVSampleFormat audio_sample_format (boost::shared_ptr stream) const; @@ -66,9 +67,6 @@ private: void maybe_add_subtitle (); boost::shared_ptr deinterleave_audio (boost::shared_ptr stream) const; - std::list image_subtitles_during (ContentTimePeriod, bool starting) const; - std::list text_subtitles_during (ContentTimePeriod, bool starting) const; - boost::shared_ptr _log; std::list > _filter_graphs; -- cgit v1.2.3