Commit 86b72463 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* added SVQ3 ID to livedotcom. don't remember if it worked, but won't hurt either i guess..

parent 345ac147
...@@ -465,6 +465,10 @@ static int Open ( vlc_object_t *p_this ) ...@@ -465,6 +465,10 @@ static int Open ( vlc_object_t *p_this )
{ {
tk->fmt.i_codec = VLC_FOURCC( 'M', 'J', 'P', 'G' ); tk->fmt.i_codec = VLC_FOURCC( 'M', 'J', 'P', 'G' );
} }
else if( !strcmp( sub->codecName(), "X-SV3V-ES" ) )
{
tk->fmt.i_codec = VLC_FOURCC( 'S', 'V', 'Q', '3' );
}
else if( !strcmp( sub->codecName(), "MP4V-ES" ) ) else if( !strcmp( sub->codecName(), "MP4V-ES" ) )
{ {
unsigned int i_extra; unsigned int i_extra;
......
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