]> git.sesse.net Git - vlc/blobdiff - src/video_output/video_text.c
DirectX aout: select the output device by its name instead of its number in preferences
[vlc] / src / video_output / video_text.c
index d5a8f6244bb2ee1263d20a6197c202a459bb81b6..10639f326c477300db9ba206a147905e9a2177e7 100644 (file)
@@ -93,7 +93,6 @@ int vout_ShowTextAbsolute( vout_thread_t *p_vout, 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 );