]> git.sesse.net Git - vlc/blobdiff - modules/misc/quartztext.c
Lua: escape the lua modules names (fix #3492)
[vlc] / modules / misc / quartztext.c
index 0590b7e8e69dc7471240f848f4109bc47b9f2363..732f276f2c1d90a2af50fafd6e513ef089f332e6 100644 (file)
@@ -1045,7 +1045,6 @@ static int RenderYUVA( filter_t *p_filter, subpicture_region_t *p_region,
     // 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 = __MIN( i_height, i_textblock_height + VERTICAL_MARGIN * 2);
     fmt.i_x_offset = fmt.i_y_offset = 0;