From 28387574433feaa828b8f2fce8ac55c1ac4b3b4e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 Nov 2013 16:45:26 +0000 Subject: Only do long probes of FFmpeg content with the examiner, not the decoder. --- src/lib/ffmpeg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg.h') diff --git a/src/lib/ffmpeg.h b/src/lib/ffmpeg.h index 4d1a45da3..d5f4db291 100644 --- a/src/lib/ffmpeg.h +++ b/src/lib/ffmpeg.h @@ -41,7 +41,7 @@ class FFmpegContent; class FFmpeg { public: - FFmpeg (boost::shared_ptr); + FFmpeg (boost::shared_ptr, bool); virtual ~FFmpeg (); boost::shared_ptr ffmpeg_content () const { @@ -67,7 +67,7 @@ protected: static boost::mutex _mutex; private: - void setup_general (); + void setup_general (bool); void setup_video (); void setup_audio (); }; -- cgit v1.2.3