diff avformat.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 209c43ef17af
children 3f6559c501e3
line wrap: on
line diff
--- a/avformat.h	Fri Jul 02 08:35:47 2010 +0000
+++ b/avformat.h	Fri Jul 02 10:49:29 2010 +0000
@@ -1259,7 +1259,7 @@
  *
  * @param s media file handle
  * @param out the interleaved packet will be output here
- * @param in the input packet
+ * @param pkt the input packet
  * @param flush 1 if no further packets are available as input and all
  *              remaining packets should be output
  * @return 1 if a packet was output, 0 if no packet could be output,