]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/remoteosd.c
Removed unused or redondant fields from subpicture.
[vlc] / modules / video_filter / remoteosd.c
index 1bd84ca14e36a999ffe528bbedcdfbfc6a86653f..04ef5d2fe3ff93322e9aa7cb8914e6eb7fbd8125 100644 (file)
@@ -1182,8 +1182,6 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
     p_spu->b_absolute = false;
 
 
-    p_spu->i_x = 0;
-    p_spu->i_y = 0;
     p_spu->i_original_picture_width = 0; /*Let vout core do the horizontal scaling */
     p_spu->i_original_picture_height = fmt.i_height;