[MPlayer-cvslog] r18590 - in trunk: libaf/af_karaoke.c libmpdemux/tvi_v4l.c libmpdemux/tvi_v4l2.c

corey subversion at mplayerhq.hu
Tue Jun 6 00:23:42 CEST 2006


Author: corey
Date: Tue Jun  6 00:23:42 2006
New Revision: 18590

Modified:
   trunk/libaf/af_karaoke.c
   trunk/libmpdemux/tvi_v4l.c
   trunk/libmpdemux/tvi_v4l2.c

Log:
Fix a few minor spelling errors in comments.


Modified: trunk/libaf/af_karaoke.c
==============================================================================
--- trunk/libaf/af_karaoke.c	(original)
+++ trunk/libaf/af_karaoke.c	Tue Jun  6 00:23:42 2006
@@ -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)

Modified: trunk/libmpdemux/tvi_v4l.c
==============================================================================
--- trunk/libmpdemux/tvi_v4l.c	(original)
+++ trunk/libmpdemux/tvi_v4l.c	Tue Jun  6 00:23:42 2006
@@ -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;

Modified: trunk/libmpdemux/tvi_v4l2.c
==============================================================================
--- trunk/libmpdemux/tvi_v4l2.c	(original)
+++ trunk/libmpdemux/tvi_v4l2.c	Tue Jun  6 00:23:42 2006
@@ -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;



More information about the MPlayer-cvslog mailing list