summaryrefslogtreecommitdiff
path: root/libavcodec/hqx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/hqx.h')
-rw-r--r--libavcodec/hqx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/hqx.h b/libavcodec/hqx.h
index e72191fd90..8dd72bfab2 100644
--- a/libavcodec/hqx.h
+++ b/libavcodec/hqx.h
@@ -24,6 +24,7 @@
#include <stdint.h>
#include "libavutil/mem.h"
#include "get_bits.h"
+#include "hqxdsp.h"
enum HQXACMode {
HQX_AC_Q0 = 0,
@@ -47,6 +48,8 @@ typedef struct HQXAC {
} HQXAC;
typedef struct HQXContext {
+ HQXDSPContext hqxdsp;
+
int format, dcb, width, height;
int interlaced;