# HG changeset patch # User michael # Date 1070062723 0 # Node ID 20c1a4d5b761b185cf6286aea78340c004f422c0 # Parent 7653a103b53cf8e59a1650d203fb81cf95f574c9 10000l diff -r 7653a103b53c -r 20c1a4d5b761 mpegvideo.h --- a/mpegvideo.h Fri Nov 28 22:09:09 2003 +0000 +++ b/mpegvideo.h Fri Nov 28 23:38:43 2003 +0000 @@ -196,7 +196,7 @@ uint16_t *mb_var; ///< Table for MB variances uint16_t *mc_mb_var; ///< Table for motion compensated MB variances uint8_t *mb_mean; ///< Table for MB luminance - int32_t *mb_cmp_score; ///< Table for MB cmp scores, for mb decission + int32_t *mb_cmp_score; ///< Table for MB cmp scores, for mb decission FIXME remove int b_frame_score; /* */ } Picture; @@ -524,6 +524,7 @@ int umvplus; ///< == H263+ && unrestricted_mv int h263_aic; ///< Advanded INTRA Coding (AIC) int h263_aic_dir; ///< AIC direction: 0 = left, 1 = top + int obmc; ///< overlapped block motion compensation /* mpeg4 specific */ int time_increment_resolution;