comparison h264.c @ 12064:fd2c3b786dcf libavcodec

Fix typo in Doxygen function parameter name.
author diego
date Fri, 02 Jul 2010 11:54:34 +0000
parents fdafbcef52f5
children dd5efc28bca9
comparison
equal deleted inserted replaced
12063:a50a82d98cc2 12064:fd2c3b786dcf
1426 return 0; 1426 return 0;
1427 } 1427 }
1428 1428
1429 /** 1429 /**
1430 * Initialize implicit_weight table. 1430 * Initialize implicit_weight table.
1431 * @param field, 0/1 initialize the weight for interlaced MBAFF 1431 * @param field 0/1 initialize the weight for interlaced MBAFF
1432 * -1 initializes the rest 1432 * -1 initializes the rest
1433 */ 1433 */
1434 static void implicit_weight_table(H264Context *h, int field){ 1434 static void implicit_weight_table(H264Context *h, int field){
1435 MpegEncContext * const s = &h->s; 1435 MpegEncContext * const s = &h->s;
1436 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; 1436 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1;