Mercurial > mplayer.hg
changeset 25048:280fc0e914f3
(cosmetics) Indentation fix
author | voroshil |
---|---|
date | Sat, 17 Nov 2007 18:52:43 +0000 |
parents | e98388418c19 |
children | 225a382a3c2e |
files | stream/tvi_dshow.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);