[FFmpeg-cvslog] rtpproto: Update the parameter documentation
Martin Storsjö
git at videolan.org
Wed Aug 14 12:35:33 CEST 2013
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Aug 13 12:19:57 2013 +0300| [2427ac6ccd868811d1fe9df7c64c50ca58abe6f6] | committer: Martin Storsjö
rtpproto: Update the parameter documentation
Move the sources documentation up below the marker for deprecated
otpions. Also mention the new block parameter, that was added
in 749722209.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2427ac6ccd868811d1fe9df7c64c50ca58abe6f6
---
libavformat/rtpproto.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
index 974aa35..27ea370 100644
--- a/libavformat/rtpproto.c
+++ b/libavformat/rtpproto.c
@@ -234,9 +234,10 @@ static void rtp_parse_addr_list(URLContext *h, char *buf,
* 'localrtcpport=n' : set the local rtcp port to n
* 'pkt_size=n' : set max packet size
* 'connect=0/1' : do a connect() on the UDP socket
+ * 'sources=ip[,ip]' : list allowed source IP addresses
+ * 'block=ip[,ip]' : list disallowed source IP addresses
* deprecated option:
* 'localport=n' : set the local port to n
- * 'sources=ip[,ip]' : list allowed source IP addresses
*
* if rtcpport isn't set the rtcp port will be the rtp port + 1
* if local rtp port isn't set any available port will be used for the local
More information about the ffmpeg-cvslog
mailing list