repo.or.cz
/
mplayer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Translation system changes part 2: replace macros by strings
[mplayer.git]
/
stream
/
rtp.h
blob
d35ae4753d209fb58180754e69d5cb1f918dbffe
1
/* Imported from the dvbstream project
2
*
3
* Modified for use with MPlayer, for details see the changelog at
4
* http://svn.mplayerhq.hu/mplayer/trunk/
5
* $Id$
6
*/
7
8
#ifndef MPLAYER_RTP_H
9
#define MPLAYER_RTP_H
10
11
int
read_rtp_from_server
(
int
fd
,
char
*
buffer
,
int
length
);
12
13
#endif
/* MPLAYER_RTP_H */