Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'demuxer/Demuxers')
-rw-r--r--demuxer/Demuxers/LAVFDemuxer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demuxer/Demuxers/LAVFDemuxer.cpp b/demuxer/Demuxers/LAVFDemuxer.cpp
index ee2cdd61..c58e321c 100644
--- a/demuxer/Demuxers/LAVFDemuxer.cpp
+++ b/demuxer/Demuxers/LAVFDemuxer.cpp
@@ -504,7 +504,7 @@ STDMETHODIMP CLAVFDemuxer::InitAVFormat(LPCOLESTR pszFileName, BOOL bForce)
av_opt_set_int(m_avFormat, "analyzeduration", 7500000, 0);
// And increase it for mpeg-ts/ps files
if (m_bMPEGTS || m_bMPEGPS) {
- av_opt_set_int(m_avFormat, "analyzeduration", 15000000, 0);
+ av_opt_set_int(m_avFormat, "analyzeduration", 30000000, 0);
av_opt_set_int(m_avFormat, "probesize", 75000000, 0);
}
}