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/LAVSplitter/StreamParser.cpp')
-rw-r--r--demuxer/LAVSplitter/StreamParser.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/demuxer/LAVSplitter/StreamParser.cpp b/demuxer/LAVSplitter/StreamParser.cpp
index e8fb654e..72f19dbb 100644
--- a/demuxer/LAVSplitter/StreamParser.cpp
+++ b/demuxer/LAVSplitter/StreamParser.cpp
@@ -35,9 +35,6 @@ CStreamParser::CStreamParser(CLAVOutputPin *pPin, const char *szContainer)
: m_pPin(pPin), m_strContainer(szContainer), m_pPacketBuffer(NULL), m_gSubtype(GUID_NULL), m_fHasAccessUnitDelimiters(false)
{
- if (m_strContainer == "matroska,webm") {
- m_strContainer = std::string("matroska");
- }
}