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/LAVVideo/decoders/DecBase.h')
-rw-r--r--decoder/LAVVideo/decoders/DecBase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/decoder/LAVVideo/decoders/DecBase.h b/decoder/LAVVideo/decoders/DecBase.h
index f6604998..752b66da 100644
--- a/decoder/LAVVideo/decoders/DecBase.h
+++ b/decoder/LAVVideo/decoders/DecBase.h
@@ -43,6 +43,8 @@ public:
STDMETHODIMP SyncToProcessThread() { return HasThreadSafeBuffers() == S_OK ? S_FALSE : S_OK; }
STDMETHODIMP HasThreadSafeBuffers() { return S_FALSE; }
+ STDMETHODIMP SetDirectOutput(BOOL bDirect) { return S_FALSE; }
+
STDMETHODIMP Decode(IMediaSample *pSample) {
HRESULT hr;