[vlc-devel] [PATCH] marq: remove wrong x offset
Victorien Le Couviour--Tuffet
victorien.lecouviour.tuffet at gmail.com
Tue Jun 27 16:19:47 CEST 2017
On Tue, Jun 27, 2017 at 04:14:43PM +0200, Thomas Guillem wrote:
> 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.
>
Yes of course, I've just sent you the update in private.
More information about the vlc-devel
mailing list