diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 8e4420b847..1054286975 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -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){