[vlc-commits] commit: Added 'Extended Stream Properties' in asf	muxer for WMV3 too. ( Laurent Aimar )
    git at videolan.org 
    git at videolan.org
       
    Fri Jun 18 21:57:01 CEST 2010
    
    
  
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Jun 18 21:53:47 2010 +0200| [7c801152fd5e10de620c8d34a46067ad2f2a634f] | committer: Laurent Aimar 
Added 'Extended Stream Properties' in asf muxer for WMV3 too.
It closes #3522.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7c801152fd5e10de620c8d34a46067ad2f2a634f
---
 modules/mux/asf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/mux/asf.c b/modules/mux/asf.c
index 40dc0fd..2917d7c 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 )
             {
    
    
More information about the vlc-commits
mailing list