1
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 07:33:46 +01:00

Fix a few minor spelling errors in comments.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18590 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
corey 2006-06-05 22:23:42 +00:00
parent c56e8e4457
commit cf063c0e6f
3 changed files with 5 additions and 5 deletions

View File

@ -46,9 +46,9 @@ static af_data_t* play(struct af_instance_s* af, af_data_t* data)
register int i;
/*
FIXME1 add a low band pass filter to avoid supressing
FIXME1 add a low band pass filter to avoid suppressing
centered bass/drums
FIXME2 better calculated* atenuation factor
FIXME2 better calculated* attenuation factor
*/
for(i=0;i<len;i+=nch)

View File

@ -1147,7 +1147,7 @@ static int control(priv_t *priv, int cmd, void *arg)
mp_msg(MSGT_TV, MSGL_ERR, "ioctl set freq failed: %s\n", strerror(errno));
return(TVI_CONTROL_FALSE);
}
usleep(100000); // wait to supress noise during switching
usleep(100000); // wait to suppress noise during switching
if (priv->capability.audios) {
priv->audio[priv->audio_id].flags &= ~VIDEO_AUDIO_MUTE;

View File

@ -687,7 +687,7 @@ static int control(priv_t *priv, int cmd, void *arg)
case TVI_CONTROL_TUN_SET_FREQ:
#if 0
set_mute(priv, 1);
usleep(100000); // wait to supress noise during switching
usleep(100000); // wait to suppress noise during switching
#endif
frequency.tuner = 0;
frequency.type = V4L2_TUNER_ANALOG_TV;
@ -698,7 +698,7 @@ static int control(priv_t *priv, int cmd, void *arg)
return TVI_CONTROL_FALSE;
}
#if 0
usleep(100000); // wait to supress noise during switching
usleep(100000); // wait to suppress noise during switching
set_mute(priv, 0);
#endif
return TVI_CONTROL_TRUE;