summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/snow_dwt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/snow_dwt.h b/libavcodec/snow_dwt.h
index e2d7528056..ee699de35e 100644
--- a/libavcodec/snow_dwt.h
+++ b/libavcodec/snow_dwt.h
@@ -24,6 +24,8 @@
#include <stddef.h>
#include <stdint.h>
+struct MpegEncContext;
+
typedef int DWTELEM;
typedef short IDWTELEM;