summaryrefslogtreecommitdiffstats
path: root/stream/rtp.h
blob: 2bbabc3e4f39501e1d2a5ad0a4ea5ff183373089 (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