[MPlayer-cvslog] r22345 - trunk/mpcommon.c
Diego Biurrun
diego at biurrun.de
Mon Feb 26 11:42:32 CET 2007
On Mon, Feb 26, 2007 at 10:46:43AM +0100, Michael Niedermayer wrote:
>
> On Sun, Feb 25, 2007 at 11:21:47PM +0100, Diego Biurrun wrote:
> > On Sun, Feb 25, 2007 at 10:01:25PM +0100, Reimar Döffinger wrote:
> > > On Sun, Feb 25, 2007 at 09:53:46PM +0100, reimar wrote:
> > > >
> > > > Added:
> > > > trunk/mpcommon.c
> > > > - copied, changed from r22250, /trunk/mplayer.c
> > > >
> > > > Log:
> > > > mpcommon.c is a partial copy of mplayer.c, so recommit it as such.
> > > > Otherwise unchanged vs. r22251.
> > >
> > > > + int len;
> > > > + char type = d_dvdsub->sh ? ((sh_sub_t *)d_dvdsub->sh)->type : 'v';
> > > > + static subtitle subs;
> > > > + if (type == 'a')
> > > > +#ifdef USE_ASS
> > > > + if (!ass_enabled)
> > >
> > > Why is svn diff and svn blame etc. able to find the corresponding part
> > > in mplayer.c but this thing is not? Does this use the normal diff
> > > command? Then the -d option should be added IMO.
> >
> > diff = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s %(from)s %(to)s
> >
> > Adding -d in there does indeed reduce the diff.
>
> could you also add -p ?
Sure, done.
> > Shall I trigger the
> > commit log message to be resent?
>
> no, if we want a message with a more readable diff then reimar could redo
> the svn cp game that way we have 1 message per revision which IMHO is better
I really don't think this is worth it ..
Diego
More information about the MPlayer-cvslog
mailing list