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:
Diffstat (limited to 'src/Subtitles/RealTextParser.cpp')
-rw-r--r--src/Subtitles/RealTextParser.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Subtitles/RealTextParser.cpp b/src/Subtitles/RealTextParser.cpp
index 880ba3a10..ec01cf5d0 100644
--- a/src/Subtitles/RealTextParser.cpp
+++ b/src/Subtitles/RealTextParser.cpp
@@ -416,10 +416,10 @@ int CRealTextParser::GetTimecode(const std::wstring& p_crszTimecode)
}
std::wstring CRealTextParser::FormatTimecode(int iTimecode,
- int iMillisecondPrecision/* = 3*/,
- bool p_bPadZeroes/* = true*/,
- const std::wstring& p_crszSeparator/* = ":"*/,
- const std::wstring& p_crszMillisecondSeparator/* = "."*/)
+ int iMillisecondPrecision/* = 3*/,
+ bool p_bPadZeroes/* = true*/,
+ const std::wstring& p_crszSeparator/* = ":"*/,
+ const std::wstring& p_crszMillisecondSeparator/* = "."*/)
{
std::wostringstream ossTimecode;