summaryrefslogtreecommitdiff
path: root/libavcodec/snow.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/snow.h')
-rw-r--r--libavcodec/snow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/snow.h b/libavcodec/snow.h
index 2565988a57..83c64c0e1b 100644
--- a/libavcodec/snow.h
+++ b/libavcodec/snow.h
@@ -23,7 +23,7 @@
#define AVCODEC_SNOW_H
#include "dsputil.h"
-#include "dwt.h"
+#include "snow_dwt.h"
#include "rangecoder.h"
#include "mathops.h"
@@ -109,7 +109,7 @@ typedef struct SnowContext{
RangeCoder c;
DSPContext dsp;
VideoDSPContext vdsp;
- DWTContext dwt;
+ SnowDWTContext dwt;
AVFrame new_picture;
AVFrame input_picture; ///< new_picture with the internal linesizes
AVFrame current_picture;