Commit 6da88bd3 authored by Diego Biurrun's avatar Diego Biurrun

Fix typo in Doxygen function parameter name.

Originally committed as revision 23983 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent daf6c68d
......@@ -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){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment