blob: d35ae4753d209fb58180754e69d5cb1f918dbffe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* Imported from the dvbstream project
*
* Modified for use with MPlayer, for details see the changelog at
* http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
#ifndef MPLAYER_RTP_H
#define MPLAYER_RTP_H
int read_rtp_from_server(int fd, char *buffer, int length);
#endif /* MPLAYER_RTP_H */
|