comparison mpegvideo.h @ 1141:6d6003cf89c2 libavcodec

qmin/qmax cleanup
author michaelni
date Mon, 17 Mar 2003 11:02:33 +0000
parents e10e841c9bf0
children 21c85c4ab2f0
comparison
equal deleted inserted replaced
1140:e3c231c7eb04 1141:6d6003cf89c2
206 206
207 int codec_id; /* see CODEC_ID_xxx */ 207 int codec_id; /* see CODEC_ID_xxx */
208 int fixed_qscale; ///< fixed qscale if non zero 208 int fixed_qscale; ///< fixed qscale if non zero
209 float qcompress; ///< amount of qscale change between easy & hard scenes (0.0-1.0) 209 float qcompress; ///< amount of qscale change between easy & hard scenes (0.0-1.0)
210 float qblur; ///< amount of qscale smoothing over time (0.0-1.0) 210 float qblur; ///< amount of qscale smoothing over time (0.0-1.0)
211 int qmin; ///< min qscale
212 int qmax; ///< max qscale
213 int max_qdiff; ///< max qscale difference between frames 211 int max_qdiff; ///< max qscale difference between frames
214 int encoding; ///< true if we are encoding (vs decoding) 212 int encoding; ///< true if we are encoding (vs decoding)
215 int flags; ///< AVCodecContext.flags (HQ, MV4, ...) 213 int flags; ///< AVCodecContext.flags (HQ, MV4, ...)
216 int max_b_frames; ///< max number of b-frames for encoding 214 int max_b_frames; ///< max number of b-frames for encoding
217 int b_frame_strategy; 215 int b_frame_strategy;