From: Laurent Aimar Date: Fri, 18 Jun 2010 19:53:47 +0000 (+0200) Subject: Added 'Extended Stream Properties' in asf muxer for WMV3 too. X-Git-Tag: 1.2.0-pre1~6121 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7c801152fd5e10de620c8d34a46067ad2f2a634f;p=vlc Added 'Extended Stream Properties' in asf muxer for WMV3 too. It closes #3522. --- diff --git a/modules/mux/asf.c b/modules/mux/asf.c index 40dc0fd43b..2917d7c19e 100644 --- a/modules/mux/asf.c +++ b/modules/mux/asf.c @@ -537,6 +537,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input ) { tk->psz_name = "Windows Media Video 9"; tk->i_fourcc = VLC_FOURCC( 'W', 'M', 'V', '3' ); + tk->b_extended = true; } else if( p_input->p_fmt->i_codec == VLC_CODEC_VC1 ) {