comparison mpegvideo.h @ 1089:7e79a58954b1 libavcodec

h263(+) clenaup & bugfixes
author michaelni
date Fri, 28 Feb 2003 13:07:07 +0000
parents b32afefe7d33
children f59c3f66363b
comparison
equal deleted inserted replaced
1088:bb27c685fc72 1089:7e79a58954b1
249 int pict_type; /* I_TYPE, P_TYPE, B_TYPE, ... */ 249 int pict_type; /* I_TYPE, P_TYPE, B_TYPE, ... */
250 int last_pict_type; 250 int last_pict_type;
251 int last_non_b_pict_type; /* used for mpeg4 gmc b-frames & ratecontrol */ 251 int last_non_b_pict_type; /* used for mpeg4 gmc b-frames & ratecontrol */
252 int frame_rate_index; 252 int frame_rate_index;
253 /* motion compensation */ 253 /* motion compensation */
254 int unrestricted_mv; 254 int unrestricted_mv; /* mv can point outside of the coded picture */
255 int h263_long_vectors; /* use horrible h263v1 long vector mode */ 255 int h263_long_vectors; /* use horrible h263v1 long vector mode */
256 256
257 DSPContext dsp; /* pointers for accelerated dsp fucntions */ 257 DSPContext dsp; /* pointers for accelerated dsp fucntions */
258 int f_code; /* forward MV resolution */ 258 int f_code; /* forward MV resolution */
259 int b_code; /* backward MV resolution for B Frames (mpeg4) */ 259 int b_code; /* backward MV resolution for B Frames (mpeg4) */
397 /* H.263 specific */ 397 /* H.263 specific */
398 int gob_number; 398 int gob_number;
399 int gob_index; 399 int gob_index;
400 400
401 /* H.263+ specific */ 401 /* H.263+ specific */
402 int umvplus; 402 int umvplus; /* == H263+ && unrestricted_mv */
403 int umvplus_dec;
404 int h263_aic; /* Advanded INTRA Coding (AIC) */ 403 int h263_aic; /* Advanded INTRA Coding (AIC) */
405 int h263_aic_dir; /* AIC direction: 0 = left, 1 = top */ 404 int h263_aic_dir; /* AIC direction: 0 = left, 1 = top */
406 405
407 /* mpeg4 specific */ 406 /* mpeg4 specific */
408 int time_increment_resolution; 407 int time_increment_resolution;