]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/rss.c
Removed useless width/height fields in subpicture_t.
[vlc] / modules / video_filter / rss.c
index c0aeb36cbc4559c9716ef5e496f9446e3becebfa..f4d9e215890068e580ea31174e52576a2abe6ccd 100644 (file)
@@ -533,7 +533,6 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
     p_spu->i_x = p_sys->i_xoff;
     p_spu->i_y = p_sys->i_yoff;
 
-    p_spu->i_height = 1;
     p_spu->p_region->p_style = p_sys->p_style;
 
     if( p_feed->p_pic )