[MPlayer-cvslog] r22345 - trunk/mpcommon.c
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Feb 25 22:01:25 CET 2007
Hello,
On Sun, Feb 25, 2007 at 09:53:46PM +0100, reimar wrote:
> Author: reimar
> Date: Sun Feb 25 21:53:46 2007
> New Revision: 22345
>
> 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.
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list