comparison stream/tvi_dshow.c @ 28576:a6b506faeb34

Replace double semicolon by single semicolon.
author diego
date Mon, 16 Feb 2009 02:00:29 +0000
parents adccbc495cb2
children 0f1b5b68af32
comparison
equal deleted inserted replaced
28575:109923244a8e 28576:a6b506faeb34
3310 if (priv->state) 3310 if (priv->state)
3311 return TVI_CONTROL_FALSE; 3311 return TVI_CONTROL_FALSE;
3312 if (!priv->chains[1]->arpmt[0]) 3312 if (!priv->chains[1]->arpmt[0])
3313 return TVI_CONTROL_FALSE; 3313 return TVI_CONTROL_FALSE;
3314 3314
3315 samplerate = *(int *) arg;; 3315 samplerate = *(int *) arg;
3316 3316
3317 for (i = 0; priv->chains[1]->arpmt[i]; i++) 3317 for (i = 0; priv->chains[1]->arpmt[i]; i++)
3318 if (check_audio_format 3318 if (check_audio_format
3319 (priv->chains[1]->arpmt[i], samplerate, 16, priv->channels)) 3319 (priv->chains[1]->arpmt[i], samplerate, 16, priv->channels))
3320 break; 3320 break;