diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-09-21 02:39:09 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-09-21 02:39:09 +0000 |
commit | 8b1fd554e1c202d96094f9028d7a3a099a063afa (patch) | |
tree | 22ad38d5b15ce2413518493f0615ef81c2d51f87 /libavcodec/h264.h | |
parent | 8f56e219b2d31ca56d39f89aa6c6a1be1d86509f (diff) | |
download | ffmpeg-8b1fd554e1c202d96094f9028d7a3a099a063afa.tar.gz |
Make MBAFF temporal direct mode closer to the spec.
Fixes at least:
CAMANL2_TOSHIBA_B
CVMANL2_TOSHIBA_B
camp_mot_mbaff0_full
Originally committed as revision 15375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 9ca5beb6c3..39d8aa5ff5 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -331,9 +331,9 @@ typedef struct H264Context{ int direct_spatial_mv_pred; int dist_scale_factor[16]; - int dist_scale_factor_field[32]; + int dist_scale_factor_field[2][32]; int map_col_to_list0[2][16]; - int map_col_to_list0_field[2][32]; + int map_col_to_list0_field[2][2][32]; /** * num_ref_idx_l0/1_active_minus1 + 1 |