]> git.sesse.net Git - vlc/blobdiff - modules/codec/telx.c
contribs: slimmed the OS X package
[vlc] / modules / codec / telx.c
index ffa80835e9b058362259c69401a246f8fa342e1f..d3aeb83d4fab800fdfd9fa241ae326d6d6250289 100644 (file)
@@ -695,7 +695,6 @@ static subpicture_t *Decode( decoder_t *p_dec, block_t **pp_block )
     /* 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 );