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 'decoder/LAVAudio/LAVAudio.cpp')
-rw-r--r--decoder/LAVAudio/LAVAudio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/LAVAudio/LAVAudio.cpp b/decoder/LAVAudio/LAVAudio.cpp
index 6d248947..2de47b68 100644
--- a/decoder/LAVAudio/LAVAudio.cpp
+++ b/decoder/LAVAudio/LAVAudio.cpp
@@ -652,7 +652,7 @@ HRESULT CLAVAudio::Receive(IMediaSample *pIn)
hr = ProcessBuffer();
- return hr;
+ return S_OK;
}
HRESULT CLAVAudio::ProcessBuffer()