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

Victorien Le Couviour--Tuffet victorien.lecouviour.tuffet at gmail.com
Tue Jun 27 15:10:17 CEST 2017


---
 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 );
-- 
2.13.1



More information about the vlc-devel mailing list