diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-20 16:45:26 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-20 16:45:26 +0000 |
| commit | 28387574433feaa828b8f2fce8ac55c1ac4b3b4e (patch) | |
| tree | 073af9290187fd6b9effe1070695d866a20c712d /src/lib/ffmpeg.h | |
| parent | d801f4f01fba5c922829c2068c07364c58ae879e (diff) | |
Only do long probes of FFmpeg content with the examiner, not the decoder.
Diffstat (limited to 'src/lib/ffmpeg.h')
| -rw-r--r-- | src/lib/ffmpeg.h | 4 |
1 files changed, 2 insertions, 2 deletions
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<const FFmpegContent>); + FFmpeg (boost::shared_ptr<const FFmpegContent>, bool); virtual ~FFmpeg (); boost::shared_ptr<const FFmpegContent> 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 (); }; |
