comparison h264.h @ 11096:4aa724a692f5 libavcodec

Ooops, 10l forgot to commit h264.h.
author michael
date Sun, 07 Feb 2010 23:15:53 +0000
parents b37a53d101c3
children 3b135f70c097
comparison
equal deleted inserted replaced
11095:2aeb7a1d1c7f 11096:4aa724a692f5
421 int slice_beta_offset; 421 int slice_beta_offset;
422 422
423 int redundant_pic_count; 423 int redundant_pic_count;
424 424
425 int direct_spatial_mv_pred; 425 int direct_spatial_mv_pred;
426 int col_parity;
427 int col_fieldoff;
426 int dist_scale_factor[16]; 428 int dist_scale_factor[16];
427 int dist_scale_factor_field[2][32]; 429 int dist_scale_factor_field[2][32];
428 int map_col_to_list0[2][16+32]; 430 int map_col_to_list0[2][16+32];
429 int map_col_to_list0_field[2][2][16+32]; 431 int map_col_to_list0_field[2][2][16+32];
430 432