]> git.sesse.net Git - vlc/commitdiff
* modules/access/udp.c: Disabled ts forcing on streamtype 33 because it
authorChristophe Massiot <massiot@videolan.org>
Wed, 24 Aug 2005 14:42:15 +0000 (14:42 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 24 Aug 2005 14:42:15 +0000 (14:42 +0000)
   is autodetected (refs http://forum.videolan.org/viewtopic.php?t=10257).

modules/access/udp.c

index d40146a355b5ba413d7d3a9bb6579067ef5ed0a2..cc2eb32090a4d32eb078c9e5f5f392c533eb1ed4 100644 (file)
@@ -439,7 +439,8 @@ static block_t *BlockChoose( access_t *p_access )
     {
         case 33:
             msg_Dbg( p_access, "detected TS over RTP" );
-            p_access->psz_demux = strdup( "ts" );
+            /* Disabled because it is auto-detected. */
+            /* p_access->psz_demux = strdup( "ts" ); */
             break;
 
         case 14: