diff gxf.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 47759a2966f6
children 9b579e53bd03
line wrap: on
line diff
--- a/gxf.c	Fri Jul 02 08:35:47 2010 +0000
+++ b/gxf.c	Fri Jul 02 10:49:29 2010 +0000
@@ -71,7 +71,7 @@
 /**
  * \brief gets the stream index for the track with the specified id, creates new
  *        stream if not found
- * \param stream id of stream to find / add
+ * \param id     id of stream to find / add
  * \param format stream format identifier
  */
 static int get_sindex(AVFormatContext *s, int id, int format) {