Module: wine Branch: master Commit: 5fd618a0cd3f1d0d2328c1c7b98123083e69c7b5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5fd618a0cd3f1d0d2328c1c7b9...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Tue May 11 22:30:28 2010 +0200
quartz: Remove unused variable pOutputPin from MPEGSplitter_process_sample.
---
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)) {