[MPlayer-cvslog] r22345 - trunk/mpcommon.c
Diego Biurrun
diego at biurrun.de
Sun Feb 25 23:21:47 CET 2007
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. Shall I trigger the
commit log message to be resent?
Diego
More information about the MPlayer-cvslog
mailing list