From 30981a966f175b424fe94ef04f56c1e9bebe47dd Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 14 Jan 2013 22:30:30 +0100 Subject: lavc: split snow and dirac DWTs There is only about 4 lines of common code, so it alot cleaner when seperated. Signed-off-by: Michael Niedermayer --- libavcodec/snowdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/snowdec.c') diff --git a/libavcodec/snowdec.c b/libavcodec/snowdec.c index c4baf0a7d1..e2115068c8 100644 --- a/libavcodec/snowdec.c +++ b/libavcodec/snowdec.c @@ -23,7 +23,7 @@ #include "libavutil/opt.h" #include "avcodec.h" #include "dsputil.h" -#include "dwt.h" +#include "snow_dwt.h" #include "internal.h" #include "snow.h" -- cgit v1.2.3