summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-20 16:45:26 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-20 16:45:26 +0000
commit28387574433feaa828b8f2fce8ac55c1ac4b3b4e (patch)
tree073af9290187fd6b9effe1070695d866a20c712d /src/lib/ffmpeg_decoder.cc
parentd801f4f01fba5c922829c2068c07364c58ae879e (diff)
Only do long probes of FFmpeg content with the examiner, not the decoder.
Diffstat (limited to 'src/lib/ffmpeg_decoder.cc')
-rw-r--r--src/lib/ffmpeg_decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_decoder.cc b/src/lib/ffmpeg_decoder.cc
index 19b99df90..be3247537 100644
--- a/src/lib/ffmpeg_decoder.cc
+++ b/src/lib/ffmpeg_decoder.cc
@@ -63,7 +63,7 @@ FFmpegDecoder::FFmpegDecoder (shared_ptr<const Film> f, shared_ptr<const FFmpegC
, VideoDecoder (f, c)
, AudioDecoder (f, c)
, SubtitleDecoder (f)
- , FFmpeg (c)
+ , FFmpeg (c, false)
, _subtitle_codec_context (0)
, _subtitle_codec (0)
, _decode_video (video)