summaryrefslogtreecommitdiffstats
path: root/stream/rtp.h
blob: 99e129f677e8cab4f2b4c4e312f84f1917c6432d (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 _RTP_H
#define _RTP_H

int read_rtp_from_server(int fd, char *buffer, int length);

#endif