comparison mpegvideo.h @ 1944:a3f44c9168aa libavcodec

flv dropable p frame support
author michael
date Sat, 17 Apr 2004 13:36:21 +0000
parents e2501e6e7ff7
children 32f68745c431
comparison
equal deleted inserted replaced
1943:62beeb1a8676 1944:a3f44c9168aa
353 int lambda2; ///< (lambda*lambda) >> FF_LAMBDA_SHIFT 353 int lambda2; ///< (lambda*lambda) >> FF_LAMBDA_SHIFT
354 int *lambda_table; 354 int *lambda_table;
355 int adaptive_quant; ///< use adaptive quantization 355 int adaptive_quant; ///< use adaptive quantization
356 int dquant; ///< qscale difference to prev qscale 356 int dquant; ///< qscale difference to prev qscale
357 int pict_type; ///< I_TYPE, P_TYPE, B_TYPE, ... 357 int pict_type; ///< I_TYPE, P_TYPE, B_TYPE, ...
358 int last_pict_type; 358 int last_pict_type; //FIXME removes
359 int last_non_b_pict_type; ///< used for mpeg4 gmc b-frames & ratecontrol 359 int last_non_b_pict_type; ///< used for mpeg4 gmc b-frames & ratecontrol
360 int dropable;
360 int frame_rate_index; 361 int frame_rate_index;
361 int frame_rate_ext_n; ///< MPEG-2 specific framerate modificators (numerator) 362 int frame_rate_ext_n; ///< MPEG-2 specific framerate modificators (numerator)
362 int frame_rate_ext_d; ///< MPEG-2 specific framerate modificators (denominator) 363 int frame_rate_ext_d; ///< MPEG-2 specific framerate modificators (denominator)
363 364
364 /* motion compensation */ 365 /* motion compensation */