summaryrefslogtreecommitdiff
path: root/libavcodec/snow.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r--libavcodec/snow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h
index 83c64c0e1b..a3b0512490 100644
--- a/libavcodec/snow.h
+++ b/libavcodec/snow.h
@@ -28,6 +28,7 @@
#include "rangecoder.h"
#include "mathops.h"
#include "mpegvideo.h"
+#include "h264qpel.h"
#define MID_STATE 128
@@ -109,6 +110,7 @@ typedef struct SnowContext{
RangeCoder c;
DSPContext dsp;
VideoDSPContext vdsp;
+ H264QpelContext h264qpel;
SnowDWTContext dwt;
AVFrame new_picture;
AVFrame input_picture; ///< new_picture with the internal linesizes