diff udp.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 9bd0ce3f9b64
line wrap: on
line diff
--- a/udp.c	Fri Jul 02 08:35:47 2010 +0000
+++ b/udp.c	Fri Jul 02 10:49:29 2010 +0000
@@ -256,7 +256,7 @@
  *         'pkt_size=n'  : set max packet size
  *         'reuse=1'     : enable reusing the socket
  *
- * @param s1 media file context
+ * @param h media file context
  * @param uri of the remote server
  * @return zero if no error.
  */
@@ -280,7 +280,7 @@
 
 /**
  * Return the local port used by the UDP connection
- * @param s1 media file context
+ * @param h media file context
  * @return the local port number
  */
 int udp_get_local_port(URLContext *h)