From 6da88bd389db744bff8f1844857d599d888b9cff Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 11:54:34 +0000 Subject: [PATCH] Fix typo in Doxygen function parameter name. Originally committed as revision 23983 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){