0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Added support for handling multiplexed audio+video RTP streams.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11984 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rsf 2004-02-22 06:19:24 +00:00
parent 52e2658503
commit c50ac5fc60

View File

@ -19,7 +19,7 @@ int rtsp_streaming_start(stream_t* stream);
// Open a RTP demuxer (which was initiated either from a SDP file,
// or from a RTSP URL):
void demux_open_rtp(demuxer_t* demuxer);
demuxer_t* demux_open_rtp(demuxer_t* demuxer);
// Test whether a RTP demuxer is for a MPEG stream:
int demux_is_mpeg_rtp_stream(demuxer_t* demuxer);