Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-20 03:16:25 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-01-20 03:16:25 +0300
commit7873f9aa727b8695a1fb07fc47a513757214b0ea (patch)
tree128dc9e47dc6392362d4cc274c556bd71f206d8f /libavcodec/snow.h
parente069a4bf20828e64ecd58080ad6256035f2dba31 (diff)
avcodec/snowdec: AVMotionVector support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 6f1fca378c..f5cbae37f2 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 */