[vlc-devel] [PATCH] marq: remove wrong x offset

Thomas Guillem thomas at gllm.fr
Tue Jun 27 16:14:43 CEST 2017



On Tue, Jun 27, 2017, at 15:10, Victorien Le Couviour--Tuffet wrote:
> ---
>  modules/spu/marq.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/modules/spu/marq.c b/modules/spu/marq.c
> index 28c04f8a35..1af990c884 100644
> --- a/modules/spu/marq.c
> +++ b/modules/spu/marq.c
> @@ -421,7 +421,6 @@ static int MarqueeCallback( vlc_object_t *p_this,
> char const *psz_var,
>      /* willing to accept a match against marq-pos */
>      {
>          p_sys->i_pos = newval.i_int;
> -        p_sys->i_xoff = -1;       /* force to relative positioning */
>      }
>  
>      free( p_sys->message );
> -- 

Could you explain why please.

> 2.13.1
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list