[MPlayer-cvslog] r25881 - trunk/command.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Jan 27 16:42:54 CET 2008


Hello,
On Sun, Jan 27, 2008 at 04:31:24PM +0100, ben wrote:
> Author: ben
> Date: Sun Jan 27 16:31:24 2008
> New Revision: 25881
> 
> Log:
> sub_scale command can now handle both ass and non-ass subs at a time
> 
> 
> 
> Modified:
>    trunk/command.c
> 
> Modified: trunk/command.c
> ==============================================================================
> --- trunk/command.c	(original)
> +++ trunk/command.c	Sun Jan 27 16:31:24 2008
> @@ -1801,13 +1801,9 @@ static int mp_property_sub_scale(m_optio
>                  ass_font_scale = *(float *) arg;
>                  ass_force_reload = 1;
>              }

Not to annoy you, but is there any reason to keep the
if (ass_enabled) ? :-)



More information about the MPlayer-cvslog mailing list