quartz: Remove unused variable pOutputPin from MPEGSplitter_process_sample.

Gerald Pfeifer gerald at pfeifer.com
Tue May 11 15:30:28 CDT 2010


---
 dlls/quartz/mpegsplit.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/quartz/mpegsplit.c b/dlls/quartz/mpegsplit.c
index e44a10f..7eb2d2c 100644
--- a/dlls/quartz/mpegsplit.c
+++ b/dlls/quartz/mpegsplit.c
@@ -246,11 +246,8 @@ static HRESULT MPEGSplitter_process_sample(LPVOID iface, IMediaSample * pSample,
     BYTE *pbSrcStream;
     DWORD cbSrcStream = 0;
     REFERENCE_TIME tStart, tStop, tAviStart = This->position;
-    Parser_OutputPin * pOutputPin;
     HRESULT hr;
 
-    pOutputPin = (Parser_OutputPin*)This->Parser.ppPins[1];
-
     hr = IMediaSample_GetTime(pSample, &tStart, &tStop);
     if (SUCCEEDED(hr))
     {
-- 
1.6.6.2



More information about the wine-patches mailing list