OSDN Git Service

Fix typo in Doxygen function parameter name.
authorDiego Biurrun <diego@biurrun.de>
Fri, 2 Jul 2010 11:54:34 +0000 (11:54 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 2 Jul 2010 11:54:34 +0000 (11:54 +0000)
Originally committed as revision 23983 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264.c

index 8e4420b..1054286 100644 (file)
@@ -1428,7 +1428,7 @@ static int pred_weight_table(H264Context *h){
 
 /**
  * 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){