# HG changeset patch # User voroshil # Date 1195325563 0 # Node ID 280fc0e914f33dd798ec2230fe5f50d2752b4412 # Parent e98388418c19e84eaa1a1358621ed81afd63bf63 (cosmetics) Indentation fix diff -r e98388418c19 -r 280fc0e914f3 stream/tvi_dshow.c --- a/stream/tvi_dshow.c Sat Nov 17 18:52:42 2007 +0000 +++ b/stream/tvi_dshow.c Sat Nov 17 18:52:43 2007 +0000 @@ -1390,7 +1390,7 @@ 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);