comparison mpegvideo.h @ 4327:a9f4d5c92218 libavcodec

skiprd
author michael
date Sat, 23 Dec 2006 03:05:36 +0000
parents 5a2ee0bc2739
children b3f099adfb36
comparison
equal deleted inserted replaced
4326:9af83350d4fd 4327:a9f4d5c92218
322 int last_pict_type; //FIXME removes 322 int last_pict_type; //FIXME removes
323 int last_non_b_pict_type; ///< used for mpeg4 gmc b-frames & ratecontrol 323 int last_non_b_pict_type; ///< used for mpeg4 gmc b-frames & ratecontrol
324 int dropable; 324 int dropable;
325 int frame_rate_index; 325 int frame_rate_index;
326 int last_lambda_for[5]; ///< last lambda for a specific pict type 326 int last_lambda_for[5]; ///< last lambda for a specific pict type
327 int skipdct; ///< skip dct and code zero residual
327 328
328 /* motion compensation */ 329 /* motion compensation */
329 int unrestricted_mv; ///< mv can point outside of the coded picture 330 int unrestricted_mv; ///< mv can point outside of the coded picture
330 int h263_long_vectors; ///< use horrible h263v1 long vector mode 331 int h263_long_vectors; ///< use horrible h263v1 long vector mode
331 int decode; ///< if 0 then decoding will be skipped (for encoding b frames for example) 332 int decode; ///< if 0 then decoding will be skipped (for encoding b frames for example)