comparison h264.h @ 7898:a33287a39a55 libavcodec

Make MBAFF temporal direct mode closer to the spec. Fixes at least: CAMANL2_TOSHIBA_B CVMANL2_TOSHIBA_B camp_mot_mbaff0_full
author michael
date Sun, 21 Sep 2008 02:39:09 +0000
parents c4a4495715dd
children 5be944626072
comparison
equal deleted inserted replaced
7897:004f3c69fe7b 7898:a33287a39a55
329 329
330 int redundant_pic_count; 330 int redundant_pic_count;
331 331
332 int direct_spatial_mv_pred; 332 int direct_spatial_mv_pred;
333 int dist_scale_factor[16]; 333 int dist_scale_factor[16];
334 int dist_scale_factor_field[32]; 334 int dist_scale_factor_field[2][32];
335 int map_col_to_list0[2][16]; 335 int map_col_to_list0[2][16];
336 int map_col_to_list0_field[2][32]; 336 int map_col_to_list0_field[2][2][32];
337 337
338 /** 338 /**
339 * num_ref_idx_l0/1_active_minus1 + 1 339 * num_ref_idx_l0/1_active_minus1 + 1
340 */ 340 */
341 unsigned int ref_count[2]; ///< counts frames or fields, depending on current mb mode 341 unsigned int ref_count[2]; ///< counts frames or fields, depending on current mb mode