Mercurial > libavformat.hg
changeset 1745:699a422bca90 libavformat
Missing prototype added
author | lu_zero |
---|---|
date | Mon, 29 Jan 2007 15:02:57 +0000 |
parents | 1f8dc697cb11 |
children | 2649c0a9c037 |
files | rtp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rtp.h Mon Jan 29 14:54:55 2007 +0000 +++ b/rtp.h Mon Jan 29 15:02:57 2007 +0000 @@ -41,6 +41,7 @@ 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;