[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 22:07:53 CEST 2010
vlc/vlc-1.1 | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri Jun 18 21:53:47 2010 +0200| [0f75c0cf9e15a95dc29b374f20bf07a7ac9bb835] | committer: Jean-Baptiste Kempf
Added 'Extended Stream Properties' in asf muxer for WMV3 too.
It closes #3522.
(cherry picked from commit 7c801152fd5e10de620c8d34a46067ad2f2a634f)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=0f75c0cf9e15a95dc29b374f20bf07a7ac9bb835
---
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 31beadf..c790104 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 )
{
More information about the vlc-commits
mailing list