diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:54:34 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:54:34 +0000 |
commit | 6da88bd389db744bff8f1844857d599d888b9cff (patch) | |
tree | 5514872bd638746590476531150b738fe17de3e7 /libavcodec/h264.c | |
parent | daf6c68d33f0bd369dd7d6565a03b07310b5c221 (diff) | |
download | ffmpeg-6da88bd389db744bff8f1844857d599d888b9cff.tar.gz |
Fix typo in Doxygen function parameter name.
Originally committed as revision 23983 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
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){ |