[MPlayer-cvslog] r25076 - trunk/stream/tvi_dshow.c
voroshil
subversion at mplayerhq.hu
Sat Nov 17 19:52:43 CET 2007
Author: voroshil
Date: Sat Nov 17 19:52:43 2007
New Revision: 25076
Log:
(cosmetics) Indentation fix
Modified:
trunk/stream/tvi_dshow.c
Modified: trunk/stream/tvi_dshow.c
==============================================================================
--- trunk/stream/tvi_dshow.c (original)
+++ trunk/stream/tvi_dshow.c Sat Nov 17 19:52:43 2007
@@ -1390,7 +1390,7 @@ static HRESULT build_sub_graph(priv_t *
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);
More information about the MPlayer-cvslog
mailing list