Mercurial > mplayer.hg
changeset 18589:de155823ef82
Fix a few minor spelling errors in comments.
author | corey |
---|---|
date | Mon, 05 Jun 2006 22:23:42 +0000 |
parents | bd5e0a0b89e8 |
children | 2fa15de8806b |
files | libaf/af_karaoke.c libmpdemux/tvi_v4l.c libmpdemux/tvi_v4l2.c |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/libaf/af_karaoke.c Mon Jun 05 22:23:33 2006 +0000 +++ b/libaf/af_karaoke.c Mon Jun 05 22:23:42 2006 +0000 @@ -46,9 +46,9 @@ 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)
--- a/libmpdemux/tvi_v4l.c Mon Jun 05 22:23:33 2006 +0000 +++ b/libmpdemux/tvi_v4l.c Mon Jun 05 22:23:42 2006 +0000 @@ -1147,7 +1147,7 @@ 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;
--- a/libmpdemux/tvi_v4l2.c Mon Jun 05 22:23:33 2006 +0000 +++ b/libmpdemux/tvi_v4l2.c Mon Jun 05 22:23:42 2006 +0000 @@ -687,7 +687,7 @@ 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 @@ 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;