]> git.sesse.net Git - vlc/blobdiff - src/osd/osd_text.c
Removed es_format_t::i_aspect.
[vlc] / src / osd / osd_text.c
index 375a02af979e52b62279d41445b0a2dcad574697..8b73c4c67240dcf2f2ee4eaa355380264b7d7d90 100644 (file)
@@ -91,7 +91,6 @@ int osd_ShowTextAbsolute( spu_t *p_spu_channel, int i_channel,
     /* Create a new subpicture region */
     memset( &fmt, 0, sizeof(video_format_t) );
     fmt.i_chroma = VLC_CODEC_TEXT;
-    fmt.i_aspect = 0;
     fmt.i_width = fmt.i_height = 0;
     fmt.i_x_offset = fmt.i_y_offset = 0;
     p_spu->p_region = subpicture_region_New( &fmt );