X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcodec%2Ftelx.c;h=d3aeb83d4fab800fdfd9fa241ae326d6d6250289;hb=a69ba6d4dd6d0682399f2e49e300f8cf3a56c705;hp=ffa80835e9b058362259c69401a246f8fa342e1f;hpb=6d5d33d49785c77c8df73bd611c7034437236d73;p=vlc diff --git a/modules/codec/telx.c b/modules/codec/telx.c index ffa80835e9..d3aeb83d4f 100644 --- a/modules/codec/telx.c +++ b/modules/codec/telx.c @@ -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 );