# HG changeset patch # User diego # Date 1278071674 0 # Node ID fd2c3b786dcf077f8c106457cf9e5926307858c5 # Parent a50a82d98cc2064a1c13543360f3a2771350b0fe Fix typo in Doxygen function parameter name. diff -r a50a82d98cc2 -r fd2c3b786dcf h264.c --- 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){