Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2007-01-29 18:02:57 +0300
committerLuca Barbato <lu_zero@gentoo.org>2007-01-29 18:02:57 +0300
commita58b82f874a08978ab2b1bcd1c07c0c8fa0ccdfd (patch)
tree0c919344358bece9af0518209997d41cbc5bec62 /libavformat/rtp.h
parentf8f0a0bdfde0c0502c2b14febaeb81972520352c (diff)
Missing prototype added
Originally committed as revision 7760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtp.h')
-rw-r--r--libavformat/rtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtp.h b/libavformat/rtp.h
index 60ccc50ee4..c46d0b8822 100644
--- 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;