From 0f75c0cf9e15a95dc29b374f20bf07a7ac9bb835 Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Fri, 18 Jun 2010 21:53:47 +0200 Subject: [PATCH] Added 'Extended Stream Properties' in asf muxer for WMV3 too. It closes #3522. (cherry picked from commit 7c801152fd5e10de620c8d34a46067ad2f2a634f) Signed-off-by: Jean-Baptiste Kempf --- modules/mux/asf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/mux/asf.c b/modules/mux/asf.c index 31beadf9b8..c790104ecb 100644 --- a/modules/mux/asf.c +++ b/modules/mux/asf.c @@ -539,6 +539,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 ) { -- 2.11.4.GIT