Added support for multiplexed (audio+video) RTP streams.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11986 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rsf 2004-02-22 06:20:48 +00:00
parent 4594011e67
commit 0949f9a230
1 changed files with 1 additions and 1 deletions

View File

@ -1298,7 +1298,7 @@ switch(file_format){
#endif
#ifdef STREAMING_LIVE_DOT_COM
case DEMUXER_TYPE_RTP: {
demux_open_rtp(demuxer);
demuxer = demux_open_rtp(demuxer);
break;
}
#endif