projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f0a0b
)
Missing prototype added
author
Luca Barbato
<lu_zero@gentoo.org>
Mon, 29 Jan 2007 15:02:57 +0000
(15:02 +0000)
committer
Luca Barbato
<lu_zero@gentoo.org>
Mon, 29 Jan 2007 15:02:57 +0000
(15:02 +0000)
Originally committed as revision 7760 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtp.h
patch
|
blob
|
history
diff --git
a/libavformat/rtp.h
b/libavformat/rtp.h
index 60ccc50ee4537df5e53d2b9b0506d53dda567d98..c46d0b882210e9376f6fdb3a5a7299b8587f3261 100644
(file)
--- a/
libavformat/rtp.h
+++ b/
libavformat/rtp.h
@@
-41,6
+41,7
@@
extern AVInputFormat rtp_demuxer;
int rtp_get_local_port(URLContext *h);
int rtp_set_remote_url(URLContext *h, const char *uri);
void rtp_get_file_handles(URLContext *h, int *prtp_fd, int *prtcp_fd);
+int rtp_check_and_send_back_rr(RTPDemuxContext *s, int count);
extern URLProtocol rtp_protocol;