diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-02-07 23:15:53 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-02-07 23:15:53 +0000 |
commit | 3a06e8647fa5af8c6c8dd8f38bc4acc214d3f24b (patch) | |
tree | fd77201ecebc891fce0c34717f4833b0be24e825 | |
parent | 3b9e61e45f61b27f5d1b368e5efe66c82801eaf7 (diff) | |
download | ffmpeg-3a06e8647fa5af8c6c8dd8f38bc4acc214d3f24b.tar.gz |
Ooops, 10l forgot to commit h264.h.
Originally committed as revision 21680 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/h264.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 51342ae9fc..f360c3cf15 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -423,6 +423,8 @@ typedef struct H264Context{ int redundant_pic_count; int direct_spatial_mv_pred; + int col_parity; + int col_fieldoff; int dist_scale_factor[16]; int dist_scale_factor_field[2][32]; int map_col_to_list0[2][16+32]; |