Commit 7c801152 authored by Laurent Aimar's avatar Laurent Aimar

Added 'Extended Stream Properties' in asf muxer for WMV3 too.

It closes #3522.
parent bc96ea9f
......@@ -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 )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment