Commit ee0268f9 authored by Laurent Aimar's avatar Laurent Aimar

*livedotcom: added H263-2000 (untested).

parent 1d4e9f2e
...@@ -575,7 +575,8 @@ static int DemuxOpen ( vlc_object_t *p_this ) ...@@ -575,7 +575,8 @@ static int DemuxOpen ( vlc_object_t *p_this )
tk->fmt.i_codec = VLC_FOURCC( 'm', 'p', 'g', 'v' ); tk->fmt.i_codec = VLC_FOURCC( 'm', 'p', 'g', 'v' );
} }
else if( !strcmp( sub->codecName(), "H263" ) || else if( !strcmp( sub->codecName(), "H263" ) ||
!strcmp( sub->codecName(), "H263-1998" ) ) !strcmp( sub->codecName(), "H263-1998" ) ||
!strcmp( sub->codecName(), "H263-2000" ) )
{ {
tk->fmt.i_codec = VLC_FOURCC( 'h', '2', '6', '3' ); tk->fmt.i_codec = VLC_FOURCC( 'h', '2', '6', '3' );
} }
......
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