[MPlayer-dev-eng] [PATCH] suppress incorrect spelling of suppress
Diego Biurrun
diego at biurrun.de
Tue Jun 6 00:08:04 CEST 2006
On Mon, Jun 05, 2006 at 10:31:46AM -0700, Corey Hickey wrote:
> We discussed this on -docs quite a while ago.
>
> From: The Wanderer
> Date: Fri, 14 Apr 2006 15:18:29 -0400
> Subject: Re: [MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1252,1.1253
>
> The only changes in code are within the sinesuppress filter, which also
> needs a rename: af_sinesupress.c --> af_sinesuppress.c
>
> If nobody objects, I'll commit this patch in one day. Before that,
> though, I would appreciate if somebody would confirm this is how to do it:
>
> $ svn move af_sinesupress.c af_sinesuppress.c
> $ svn commit ChangeLog DOCS/man/en/mplayer.1 DOCS/man/cs/mplayer.1 \
> DOCS/man/fr/mplayer.1 DOCS/man/de/mplayer.1 DOCS/man/hu/mplayer.1 \
> libmpdemux/tvi_v4l2.c libmpdemux/tvi_v4l.c libaf/Makefile \
> libaf/af_karaoke.c libaf/af.c
>
> ...seems straightforward, but I want to be sure.
You are missing af_sinesuppress.c there, you need to commit that as
well.
> --- libmpdemux/tvi_v4l2.c (revision 18570)
> +++ libmpdemux/tvi_v4l2.c (working copy)
> @@ -687,7 +687,7 @@
> #if 0
> set_mute(priv, 1);
> - usleep(100000); // wait to supress noise during switching
> + usleep(100000); // wait to suppress noise during switching
> #endif
> @@ -698,7 +698,7 @@
> }
> #if 0
> - usleep(100000); // wait to supress noise during switching
> + usleep(100000); // wait to suppress noise during switching
> set_mute(priv, 0);
> --- libmpdemux/tvi_v4l.c (revision 18570)
> +++ libmpdemux/tvi_v4l.c (working copy)
> @@ -1147,7 +1147,7 @@
> }
> - usleep(100000); // wait to supress noise during switching
> + usleep(100000); // wait to suppress noise during switching
>
> --- libaf/af_karaoke.c (revision 18570)
> +++ libaf/af_karaoke.c (working copy)
> @@ -46,7 +46,7 @@
> /*
> - FIXME1 add a low band pass filter to avoid supressing
> + FIXME1 add a low band pass filter to avoid suppressing
These are unrelated spelling fixes. Commit this anytime you want, but
separate this from the filter rename.
Diego
More information about the MPlayer-dev-eng
mailing list