From b40c2c3057358c335a4b55e27210d102b0a8ec06 Mon Sep 17 00:00:00 2001 From: voroshil Date: Sat, 17 Nov 2007 18:52:43 +0000 Subject: (cosmetics) Indentation fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25076 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tvi_dshow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') diff --git a/stream/tvi_dshow.c b/stream/tvi_dshow.c index fbd7a189e7..5d91c9dd30 100644 --- a/stream/tvi_dshow.c +++ b/stream/tvi_dshow.c @@ -1390,7 +1390,7 @@ static HRESULT build_sub_graph(priv_t * priv, IBaseFilter * pCaptureFilter, if(priv->tv_param->normalize_audio_chunks && !memcmp(&(pmt->majortype),&(MEDIATYPE_Audio),16)){ set_buffer_preference(20,(WAVEFORMATEX*)(pmt->pbFormat),pCapturePin,pSGIn); - } + } /* connecting filters together: VideoCapture --> SampleGrabber */ hr = OLE_CALL_ARGS(priv->pGraph, Connect, pCapturePin, pSGIn); -- cgit v1.2.3