diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 10:49:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 10:49:29 +0000 |
commit | 9a58234feaae8b387b7a7e41b643ec619534d26a (patch) | |
tree | eaba3937ef0f47cfc6e1fb471c6e17147fd1596a /libavformat/rtpproto.c | |
parent | 5298b070c294c211a8777c8c0d61c42bbfd4d1d3 (diff) | |
download | ffmpeg-9a58234feaae8b387b7a7e41b643ec619534d26a.tar.gz |
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
Diffstat (limited to 'libavformat/rtpproto.c')
-rw-r--r-- | libavformat/rtpproto.c | 8 |
1 files changed, 4 insertions, 4 deletions
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 */ |