diff rtpproto.c @ 6215:ccb05424c391 libavformat

Fix misspelled parameter names in Doxygen documentation. This fixes one Doxygen warning each.
author diego
date Fri, 02 Jul 2010 10:49:29 +0000
parents 4fc5e0e4e1cd
children 37944ce385a0
line wrap: on
line diff
--- a/rtpproto.c	Fri Jul 02 08:35:47 2010 +0000
+++ b/rtpproto.c	Fri Jul 02 10:49:29 2010 +0000
@@ -52,7 +52,7 @@
  * 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 @@
 
 /**
  * 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 @@
 
 /**
  * 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 @@
 
 /**
  * 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
  */