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/LAVFDemuxer.cpp')
-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 2afd77b9..c50b63fa 100644
--- a/demuxer/Demuxers/LAVFDemuxer.cpp
+++ b/demuxer/Demuxers/LAVFDemuxer.cpp
@@ -597,7 +597,7 @@ STDMETHODIMP CLAVFDemuxer::InitAVFormat(LPCOLESTR pszFileName, BOOL bForce)
av_opt_set_int(m_avFormat, "correct_ts_overflow", !m_pBluRay, 0);
// TODO: AVFMT_FLAG_KEEP_SIDE_DATA should be ON for all formats
- if (m_bMatroska)
+ if (m_bMatroska || m_bMPEGTS)
m_avFormat->flags |= AVFMT_FLAG_KEEP_SIDE_DATA;
else
m_avFormat->flags &= ~AVFMT_FLAG_KEEP_SIDE_DATA;