[MPlayer-DOCS] [PATCH] -ao pcm hintinfo message
Ivo
ivop at euronet.nl
Mon Sep 19 15:45:19 CEST 2005
On Monday 19 September 2005 12:49, The Wanderer wrote:
> for i in `ls help/help_mp-??.h` ; do cat ${i} | sed "s/-waveheader/-ao
> pcm:waveheader/g" > ${i}.tmp && mv ${i}.tmp ${i} ; done
>
> would be my guess; as far as I know, sed does in fact leave all
> unmatched bytes completely alone (and at any rate the results seem fine
> on my own machine).
>
> At a glance the resulting diffs (or the few individual ones I've looked
> at) seem to be the same as the ones in your patch, but I'm not in a
> position to say for certain.
Thanks. I used sed to replace all occurances of -waveheader and diffed the
diffs and your right. The output is the same. I suspected vim to be save,
but I wasn't sure and it was late and didn't want to risk ruining all the
translation files :)
I will apply this soon.
--Ivo
More information about the MPlayer-DOCS
mailing list