diff rtmppkt.h @ 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 fa244b4fe683
children
line wrap: on
line diff
--- a/rtmppkt.h	Fri Jul 02 08:35:47 2010 +0000
+++ b/rtmppkt.h	Fri Jul 02 10:49:29 2010 +0000
@@ -131,7 +131,7 @@
 /**
  * Print information and contents of RTMP packet.
  *
- * @param h          output context
+ * @param ctx        output context
  * @param p          packet to dump
  */
 void ff_rtmp_packet_dump(void *ctx, RTMPPacket *p);