changeset 12064:fd2c3b786dcf libavcodec

Fix typo in Doxygen function parameter name.
author diego
date Fri, 02 Jul 2010 11:54:34 +0000
parents a50a82d98cc2
children 1b6557975db1
files h264.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h264.c	Fri Jul 02 11:53:00 2010 +0000
+++ b/h264.c	Fri Jul 02 11:54:34 2010 +0000
@@ -1428,7 +1428,7 @@
 
 /**
  * Initialize implicit_weight table.
- * @param field, 0/1 initialize the weight for interlaced MBAFF
+ * @param field  0/1 initialize the weight for interlaced MBAFF
  *                -1 initializes the rest
  */
 static void implicit_weight_table(H264Context *h, int field){