comparison mpegvideo.h @ 4795:522e52c630bd libavcodec

typos/grammar
author diego
date Sat, 07 Apr 2007 14:09:20 +0000
parents e511820c4a97
children c22e10113015
comparison
equal deleted inserted replaced
4794:2c9f06854306 4795:522e52c630bd
379 int16_t direct_scale_mv[2][64]; ///< precomputed to avoid divisions in ff_mpeg4_set_direct_mv 379 int16_t direct_scale_mv[2][64]; ///< precomputed to avoid divisions in ff_mpeg4_set_direct_mv
380 380
381 MotionEstContext me; 381 MotionEstContext me;
382 382
383 int no_rounding; /**< apply no rounding to motion compensation (MPEG4, msmpeg4, ...) 383 int no_rounding; /**< apply no rounding to motion compensation (MPEG4, msmpeg4, ...)
384 for b-frames rounding mode is allways 0 */ 384 for b-frames rounding mode is always 0 */
385 385
386 int hurry_up; /**< when set to 1 during decoding, b frames will be skipped 386 int hurry_up; /**< when set to 1 during decoding, b frames will be skipped
387 when set to 2 idct/dequant will be skipped too */ 387 when set to 2 idct/dequant will be skipped too */
388 388
389 /* macroblock layer */ 389 /* macroblock layer */