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 f2d7864c65..e06f3f9393 100644
--- a/libavcodec/dwt.h
+++ b/libavcodec/dwt.h
@@ -26,7 +26,7 @@
typedef int DWTELEM;
typedef short IDWTELEM;
-typedef struct {
+typedef struct DWTCompose {
IDWTELEM *b0;
IDWTELEM *b1;
IDWTELEM *b2;