summaryrefslogtreecommitdiff
path: root/libavcodec/dwt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dwt.h')
-rw-r--r--libavcodec/dwt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dwt.h b/libavcodec/dwt.h
index 6df32f39f2..d82e510006 100644
--- a/libavcodec/dwt.h
+++ b/libavcodec/dwt.h
@@ -29,7 +29,7 @@ typedef short IDWTELEM;
#define MAX_DWT_SUPPORT 8
#define MAX_DECOMPOSITIONS 8
-typedef struct {
+typedef struct DWTCompose {
IDWTELEM *b[MAX_DWT_SUPPORT];
IDWTELEM *b0;