From 9a58234feaae8b387b7a7e41b643ec619534d26a Mon Sep 17 00:00:00 2001 From: Diego Biurrun <diego@biurrun.de> Date: Fri, 2 Jul 2010 10:49:29 +0000 Subject: Fix misspelled parameter names in Doxygen documentation. This fixes one Doxygen warning each. Originally committed as revision 23970 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpproto.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavformat/rtpproto.c') diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 1875424a73..46511bab60 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -52,7 +52,7 @@ typedef struct RTPContext { * get the local port first, then you must call this function to set * the remote server address. * - * @param s1 media file context + * @param h media file context * @param uri of the remote server * @return zero if no error. */ @@ -317,7 +317,7 @@ static int rtp_close(URLContext *h) /** * Return the local rtp port used by the RTP connection - * @param s1 media file context + * @param h media file context * @return the local port number */ @@ -329,7 +329,7 @@ int rtp_get_local_rtp_port(URLContext *h) /** * Return the local rtp port used by the RTP connection - * @param s1 media file context + * @param h media file context * @return the local port number */ @@ -341,7 +341,7 @@ int rtp_get_local_port(URLContext *h) /** * Return the local rtcp port used by the RTP connection - * @param s1 media file context + * @param h media file context * @return the local port number */ -- cgit v1.2.3