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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2009-09-27 18:51:32 +0400
committerCasimir666 <casimir666@users.sourceforge.net>2009-09-27 18:51:32 +0400
commit0522f731b1382f51a7e43d0b12896c5d05e458e9 (patch)
treef8c7c96533a1c811caf3ed1b45150cad5f21ebb4 /src/apps/mplayerc/FGManager.cpp
parentbd772cfef34d9f811ac6c74947b03354331de099 (diff)
New : Seamless playback support for multi files BRD
Fixed : compilation error in debug mode git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1287 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/FGManager.cpp')
-rw-r--r--src/apps/mplayerc/FGManager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/apps/mplayerc/FGManager.cpp b/src/apps/mplayerc/FGManager.cpp
index aab5b23d3..544ade4b0 100644
--- a/src/apps/mplayerc/FGManager.cpp
+++ b/src/apps/mplayerc/FGManager.cpp
@@ -1430,6 +1430,8 @@ CFGManagerCustom::CFGManagerCustom(LPCTSTR pName, LPUNKNOWN pUnk)
pFGF->m_chkbytes.AddTail(_T("4,1,,47,196,1,,47,388,1,,47"));
pFGF->m_chkbytes.AddTail(_T("0,4,,54467263,1660,1,,47"));
pFGF->m_chkbytes.AddTail(_T("0,8,fffffc00ffe00000,4156000055000000"));
+ pFGF->m_chkbytes.AddTail(_T("0,8,,4D504C5330323030")); // MPLS0200
+ pFGF->m_chkbytes.AddTail(_T("0,8,,4D504C5330313030")); // MPLS0100
m_source.AddTail(pFGF);
}
#endif