summaryrefslogtreecommitdiffstats
path: root/libmpdemux/rtp.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-26 21:27:57 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-26 21:27:57 +0000
commit054b52cb01a860a6179f150da5418cea7312813e (patch)
tree5658693c49ad4a07353663e417717d908d966aba /libmpdemux/rtp.h
parent82853d7abdc27285298f06fb40ad1478052e7d72 (diff)
downloadmpv-054b52cb01a860a6179f150da5418cea7312813e.tar.bz2
mpv-054b52cb01a860a6179f150da5418cea7312813e.tar.xz
added new native rtsp demuxer code for mpeg-ts over rtp (now both real and non-real servers should be handled)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18833 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/rtp.h')
-rw-r--r--libmpdemux/rtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/rtp.h b/libmpdemux/rtp.h
index ccfe467ac1..c244eff2f4 100644
--- a/libmpdemux/rtp.h
+++ b/libmpdemux/rtp.h
@@ -33,5 +33,6 @@ struct rtpheader { /* in network byte order */
static int getrtp2(int fd, struct rtpheader *rh, char** data, int* lengthData);
+int read_rtp_from_server(int fd, char *buffer, int length);
#endif