]> git.sesse.net Git - vlc/commitdiff
Added 'Extended Stream Properties' in asf muxer for WMV3 too.
authorLaurent Aimar <fenrir@videolan.org>
Fri, 18 Jun 2010 19:53:47 +0000 (21:53 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Fri, 18 Jun 2010 19:55:21 +0000 (21:55 +0200)
It closes #3522.

modules/mux/asf.c

index 40dc0fd43b9d1dd9badc2ff603a6c1a296e8d73e..2917d7c19e0eb55333d86bc16e5c592a9e897632 100644 (file)
@@ -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 )
             {