comparison avcodec.h @ 3064:a5e0b58b4471 libavcodec

xvid ratecontrol support
author michael
date Tue, 24 Jan 2006 21:57:26 +0000
parents f02d0b59279c
children eb3d3988aff2
comparison
equal deleted inserted replaced
3063:f02d0b59279c 3064:a5e0b58b4471
890 */ 890 */
891 float b_quant_factor; 891 float b_quant_factor;
892 892
893 /** obsolete FIXME remove */ 893 /** obsolete FIXME remove */
894 int rc_strategy; 894 int rc_strategy;
895 #define FF_RC_STRATEGY_XVID 1
896
895 int b_frame_strategy; 897 int b_frame_strategy;
896 898
897 /** 899 /**
898 * hurry up amount. 900 * hurry up amount.
899 * deprecated in favor of skip_idct and skip_frame 901 * deprecated in favor of skip_idct and skip_frame