comparison avcodec.h @ 3355:411b96231d5d libavcodec

minor cleanup
author lu_zero
date Sat, 24 Jun 2006 20:09:49 +0000
parents 5b901881d6ed
children 90344fa4a1d4
comparison
equal deleted inserted replaced
3354:ba80e4de976b 3355:411b96231d5d
277 int start_frame; 277 int start_frame;
278 int end_frame; 278 int end_frame;
279 int qscale; // if this is 0 then quality_factor will be used instead 279 int qscale; // if this is 0 then quality_factor will be used instead
280 float quality_factor; 280 float quality_factor;
281 } RcOverride; 281 } RcOverride;
282
283 /* only for ME compatiblity with old apps */
284 extern int motion_estimation_method;
285 282
286 #define FF_MAX_B_FRAMES 16 283 #define FF_MAX_B_FRAMES 16
287 284
288 /* encoding support 285 /* encoding support
289 these flags can be passed in AVCodecContext.flags before initing 286 these flags can be passed in AVCodecContext.flags before initing