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

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Jan 24 09:51:49 CET 2008


Hello,
On Wed, Jan 23, 2008 at 11:33:46PM +0100, ben wrote:
> Modified: trunk/command.c
> ==============================================================================
> --- trunk/command.c	(original)
> +++ trunk/command.c	Wed Jan 23 23:33:46 2008
> @@ -1796,17 +1796,44 @@ static int mp_property_sub_scale(m_optio
>              if (!arg)
>                  return M_PROPERTY_ERROR;
>              M_PROPERTY_CLAMP(prop, *(float *) arg);
> +#ifdef USE_ASS
> +            if (ass_enabled) {
> +                ass_font_scale = *(float *) arg;
> +                ass_force_reload = 1;
> +            }
> +            else {
> +#endif
>              text_font_scale_factor = *(float *) arg;
>              force_load_font = 1;
> +#ifdef USE_ASS
> +            }
> +#endif

I think I missed why the ass_enabled check is supposed to make sense.
And I certainly don't see why you changed your original patch in a way
that doubles the number of #ifdefs!

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list