mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00: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:
parent
52e2658503
commit
c50ac5fc60
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user