Commit 0f75c0cf authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

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

It closes #3522.
(cherry picked from commit 7c801152fd5e10de620c8d34a46067ad2f2a634f)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 81a09175
...@@ -539,6 +539,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input ) ...@@ -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->psz_name = "Windows Media Video 9";
tk->i_fourcc = VLC_FOURCC( 'W', 'M', 'V', '3' ); tk->i_fourcc = VLC_FOURCC( 'W', 'M', 'V', '3' );
tk->b_extended = true;
} }
else if( p_input->p_fmt->i_codec == VLC_CODEC_VC1 ) 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