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_examiner.cc | |
| parent | d801f4f01fba5c922829c2068c07364c58ae879e (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.cc | 2 |
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 */ |
