[FFmpeg-cvslog] r23983 - trunk/libavcodec/h264.c
diego
subversion
Fri Jul 2 13:54:34 CEST 2010
Author: diego
Date: Fri Jul 2 13:54:34 2010
New Revision: 23983
Log:
Fix typo in Doxygen function parameter name.
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c Fri Jul 2 13:53:00 2010 (r23982)
+++ trunk/libavcodec/h264.c Fri Jul 2 13:54:34 2010 (r23983)
@@ -1428,7 +1428,7 @@ static int pred_weight_table(H264Context
/**
* 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){
More information about the ffmpeg-cvslog
mailing list