]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/dynamicoverlay/dynamicoverlay.c
Removed unused or redondant fields from subpicture.
[vlc] / modules / video_filter / dynamicoverlay / dynamicoverlay.c
index 02e9a56cd3dbc7a9b5691a81260185462c5b0a8f..77bcd5d7940c4c52da8978f01d0a3a8d23619228 100644 (file)
@@ -337,9 +337,6 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
         return NULL;
     }
 
-    p_spu->i_flags = OSD_ALIGN_LEFT | OSD_ALIGN_TOP;
-    p_spu->i_x = 0;
-    p_spu->i_y = 0;
     p_spu->b_absolute = true;
     p_spu->i_start = date;
     p_spu->i_stop = 0;