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:
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 23e28436ad..8cd9f0929f 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,
@@ -54,6 +55,8 @@ typedef struct HQXSliceData
} HQXSliceData;
typedef struct HQXContext {
+ HQXDSPContext hqxdsp;
+
int format, dcb, width, height;
int interlaced;