diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-09-22 20:43:35 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-09-22 20:43:35 +0000 |
commit | f4d3382da2eb532746d3814ca60fdf8ae8018f1a (patch) | |
tree | 89e8f10e985e2547bc4e3168c1952c4ddb95f3c7 /libavcodec/h264.h | |
parent | 8556ea0333cd805deea912c8d1b3ed03dbbaeda6 (diff) | |
download | ffmpeg-f4d3382da2eb532746d3814ca60fdf8ae8018f1a.tar.gz |
Another try to fix temporal direct mode references.
Fixes at least
CAPAMA3_Sand_F.264
CVMAPAQP3_Sony_E.jsv
Originally committed as revision 15384 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 39d8aa5ff5..1503b50d38 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -332,8 +332,8 @@ typedef struct H264Context{ int direct_spatial_mv_pred; int dist_scale_factor[16]; int dist_scale_factor_field[2][32]; - int map_col_to_list0[2][16]; - int map_col_to_list0_field[2][2][32]; + int map_col_to_list0[2][16+32]; + int map_col_to_list0_field[2][2][16+32]; /** * num_ref_idx_l0/1_active_minus1 + 1 |