summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_examiner.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_examiner.cc
parentd801f4f01fba5c922829c2068c07364c58ae879e (diff)
Only do long probes of FFmpeg content with the examiner, not the decoder.
Diffstat (limited to 'src/lib/ffmpeg_examiner.cc')
-rw-r--r--src/lib/ffmpeg_examiner.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_examiner.cc b/src/lib/ffmpeg_examiner.cc
index 215c5e758..4d10aabbb 100644
--- a/src/lib/ffmpeg_examiner.cc
+++ b/src/lib/ffmpeg_examiner.cc
@@ -32,7 +32,7 @@ using boost::shared_ptr;
using boost::optional;
FFmpegExaminer::FFmpegExaminer (shared_ptr<const FFmpegContent> c)
- : FFmpeg (c)
+ : FFmpeg (c, true)
{
/* Find audio and subtitle streams */