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:
authorSpec-Chum <spec-chum@users.sourceforge.net>2010-02-13 01:10:53 +0300
committerSpec-Chum <spec-chum@users.sourceforge.net>2010-02-13 01:10:53 +0300
commit01aa5d07671d3ea3353322224a8d156f02aba0f5 (patch)
treee8a243dc0e4a33334c85e328f4fe49c1b8735809 /src/filters/muxer/WavDest
parent946b9afe2fa77c839564e5037bf2ce243e280ab5 (diff)
Typos
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1653 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/muxer/WavDest')
-rw-r--r--src/filters/muxer/WavDest/WavDest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/muxer/WavDest/WavDest.cpp b/src/filters/muxer/WavDest/WavDest.cpp
index 8ed9412c8..5d4e28596 100644
--- a/src/filters/muxer/WavDest/WavDest.cpp
+++ b/src/filters/muxer/WavDest/WavDest.cpp
@@ -286,7 +286,7 @@ HRESULT CWavDestFilter::StopStreaming()
RIFFLIST *pRiffWave = (RIFFLIST *)pb;
RIFFCHUNK *pRiffFmt = (RIFFCHUNK *)(pRiffWave + 1);
- RIFFCHUNK *pRiffData = (RIFFCHUNK *)(((BYTE *)(pRiffFmt + 1)) + m_pInput->CurrentMediaType().FormatLength());;
+ RIFFCHUNK *pRiffData = (RIFFCHUNK *)(((BYTE *)(pRiffFmt + 1)) + m_pInput->CurrentMediaType().FormatLength());
pRiffData->fcc = FCC('data');
pRiffData->cb = m_cbWavData;