X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fudp.c;h=cc2eb32090a4d32eb078c9e5f5f392c533eb1ed4;hb=7c0f0b05dfb54817a9135e6c8b66ebbde56f865b;hp=d40146a355b5ba413d7d3a9bb6579067ef5ed0a2;hpb=88e95e3e7765bda3324465c212463226e409f04c;p=vlc diff --git a/modules/access/udp.c b/modules/access/udp.c index d40146a355..cc2eb32090 100644 --- a/modules/access/udp.c +++ b/modules/access/udp.c @@ -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: