Fix typo in Doxygen function parameter name.

Originally committed as revision 23983 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2010-07-02 11:54:34 +00:00
parent daf6c68d33
commit 6da88bd389
1 changed files with 1 additions and 1 deletions

View 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){