summaryrefslogtreecommitdiff
path: root/libavcodec/svq1enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/svq1enc.h')
-rw-r--r--libavcodec/svq1enc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/svq1enc.h b/libavcodec/svq1enc.h
index 5ecb2a5639..62e8bb2699 100644
--- a/libavcodec/svq1enc.h
+++ b/libavcodec/svq1enc.h
@@ -72,6 +72,8 @@ typedef struct SVQ1EncContext {
uint8_t *scratchbuf;
+ int motion_est;
+
int (*ssd_int8_vs_int16)(const int8_t *pix1, const int16_t *pix2,
int size);
} SVQ1EncContext;