]> git.sesse.net Git - vlc/commitdiff
* added SVQ3 ID to livedotcom. don't remember if it worked, but won't hurt either...
authorDerk-Jan Hartman <hartman@videolan.org>
Sat, 18 Sep 2004 09:36:26 +0000 (09:36 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 18 Sep 2004 09:36:26 +0000 (09:36 +0000)
modules/demux/livedotcom.cpp

index a068e29630d2b2bcd04ed866057143c4742b3973..c57228fd4c84c57816ec91454670546b348bb692 100644 (file)
@@ -465,6 +465,10 @@ static int  Open ( vlc_object_t *p_this )
             {
                 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" ) )
             {
                 unsigned int i_extra;