summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/wmv2.h')
-rw-r--r--libavcodec/wmv2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/wmv2.h b/libavcodec/wmv2.h
index 80f36ccddb..82075670e0 100644
--- a/libavcodec/wmv2.h
+++ b/libavcodec/wmv2.h
@@ -25,6 +25,7 @@
#include "dsputil.h"
#include "mpegvideo.h"
#include "intrax8.h"
+#include "wmv2dsp.h"
#define SKIP_TYPE_NONE 0
#define SKIP_TYPE_MPEG 1
@@ -35,6 +36,7 @@
typedef struct Wmv2Context{
MpegEncContext s;
IntraX8Context x8;
+ WMV2DSPContext wdsp;
int j_type_bit;
int j_type;
int abt_flag;