From 207a58b1d768da6c119b7a3539114dcb6a42d2fe Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Fri, 12 Apr 2013 18:18:54 +0200 Subject: avcodec: don't sync to the process thread, even if multi-threaded --- decoder/LAVVideo/decoders/avcodec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'decoder') diff --git a/decoder/LAVVideo/decoders/avcodec.h b/decoder/LAVVideo/decoders/avcodec.h index c608ca98..09c37bf5 100644 --- a/decoder/LAVVideo/decoders/avcodec.h +++ b/decoder/LAVVideo/decoders/avcodec.h @@ -47,7 +47,6 @@ public: STDMETHODIMP_(BOOL) IsInterlaced(); STDMETHODIMP_(const WCHAR*) GetDecoderName() { return L"avcodec"; } STDMETHODIMP HasThreadSafeBuffers() { return S_OK; } - STDMETHODIMP SyncToProcessThread() { return m_pAVCtx && m_pAVCtx->thread_count > 1 ? S_OK : S_FALSE; } // CDecBase STDMETHODIMP Init(); -- cgit v1.2.3