summaryrefslogtreecommitdiffstats
path: root/libavcodec/snow.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r--libavcodec/snow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h
index 6f1fca3..f5cbae3 100644
--- a/libavcodec/snow.h
+++ b/libavcodec/snow.h
@@ -22,6 +22,8 @@
#ifndef AVCODEC_SNOW_H
#define AVCODEC_SNOW_H
+#include "libavutil/motion_vector.h"
+
#include "hpeldsp.h"
#include "me_cmp.h"
#include "qpeldsp.h"
@@ -178,6 +180,9 @@ typedef struct SnowContext{
uint8_t *scratchbuf;
uint8_t *emu_edge_buffer;
+
+ AVMotionVector *avmv;
+ int avmv_index;
}SnowContext;
/* Tables */
OpenPOWER on IntegriCloud