From 5fd618a0cd3f1d0d2328c1c7b98123083e69c7b5 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 11 May 2010 22:30:28 +0200 Subject: [PATCH] quartz: Remove unused variable pOutputPin from MPEGSplitter_process_sample. --- dlls/quartz/mpegsplit.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/quartz/mpegsplit.c b/dlls/quartz/mpegsplit.c index e44a10fcca1..7eb2d2c213f 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)) { -- 2.11.4.GIT