comparison mpegvideo.h @ 248:56ee684c48bb libavcodec

- H.263+ decoder support for Advanded INTRA Coding (buggy)
author pulento
date Mon, 18 Feb 2002 19:33:27 +0000
parents a6519f773064
children 4448dd55d415
comparison
equal deleted inserted replaced
247:6f48cacd9ed9 248:56ee684c48bb
144 144
145 /* H.263 specific */ 145 /* H.263 specific */
146 int gob_number; 146 int gob_number;
147 int gob_index; 147 int gob_index;
148 int first_gob_line; 148 int first_gob_line;
149 149
150 /* H.263+ specific */ 150 /* H.263+ specific */
151 int umvplus; 151 int umvplus;
152 int umvplus_dec; 152 int umvplus_dec;
153 int h263_aic; /* Advanded INTRA Coding (AIC) */
154 int h263_aic_dir; /* AIC direction: 0 = left, 1 = top */
153 155
154 /* mpeg4 specific */ 156 /* mpeg4 specific */
155 int time_increment_bits; 157 int time_increment_bits;
156 int shape; 158 int shape;
157 int vol_sprite_usage; 159 int vol_sprite_usage;