2005-04-16 12:51:09 +00:00
|
|
|
/* Imported from the dvbstream project
|
|
|
|
*
|
2006-06-22 13:34:00 +00:00
|
|
|
* Modified for use with MPlayer, for details see the changelog at
|
|
|
|
* http://svn.mplayerhq.hu/mplayer/trunk/
|
2005-04-16 12:51:09 +00:00
|
|
|
* $Id$
|
|
|
|
*/
|
|
|
|
|
2007-07-02 22:34:45 +00:00
|
|
|
#ifndef RTP_H
|
|
|
|
#define RTP_H
|
2001-12-23 22:09:02 +00:00
|
|
|
|
2006-06-26 21:27:57 +00:00
|
|
|
int read_rtp_from_server(int fd, char *buffer, int length);
|
2001-12-23 22:09:02 +00:00
|
|
|
|
2007-12-31 16:15:50 +00:00
|
|
|
#endif /* RTP_H */
|