]> git.sesse.net Git - vlc/blobdiff - src/osd/osd_widgets.c
Fix VLM scheduling.
[vlc] / src / osd / osd_widgets.c
index 32af4b8428d210622dae10929429851985d4fb7f..ef9dd7b738598896ded54f1db0f78e9737656f02 100644 (file)
@@ -160,7 +160,6 @@ static int CreatePicture( spu_t *p_spu, subpicture_t *p_subpic,
     /* Create a new subpicture region */
     memset( &fmt, 0, sizeof(video_format_t) );
     fmt.i_chroma = VLC_CODEC_YUVA;
-    fmt.i_aspect = 0;
     fmt.i_width = fmt.i_visible_width = i_width;
     fmt.i_height = fmt.i_visible_height = i_height;
     fmt.i_x_offset = fmt.i_y_offset = 0;