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:
authorHendrik Leppkes <h.leppkes@gmail.com>2011-02-27 19:34:43 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2011-02-27 19:34:43 +0300
commite760feeebc5e5001d1c947c6c22b6f4fcca94ec7 (patch)
treeb5fdd132c88498403de259ef05a7de3777ccb33e
parent19119c37071a9fb10c83eb71a89519e4e5c4329e (diff)
Don't forward streaming hick-ups (like after a seek) down the graph.
-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()