summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-11-28 23:38:43 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-11-28 23:38:43 +0000
commit8fc7c99369e223aa79cc4b5cfdde33d73f088922 (patch)
tree5602d2a4081442ddb9081a953e9d04e5b89351f3 /libavcodec/mpegvideo.h
parentd3985de709a44e5ab5524a01f2258db7e39d8ad3 (diff)
10000l
Originally committed as revision 2538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 53254e5813..1381023807 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -196,7 +196,7 @@ typedef struct Picture{
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 @@ typedef struct MpegEncContext {
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;