summaryrefslogtreecommitdiffstats
path: root/libavcodec/dirac_dwt.c
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2015-12-31 00:35:06 +0000
committerRostislav Pehlivanov <atomnuker@gmail.com>2015-12-31 00:35:06 +0000
commit8de5b0d96664abfb45212a5f0962ac9b1d452a55 (patch)
tree485ffd8322bf6709358c20f3ceda0a14d8290d24 /libavcodec/dirac_dwt.c
parentf87e29a61587558e441dea3511db76611de9d92e (diff)
downloadffmpeg-streaming-8de5b0d96664abfb45212a5f0962ac9b1d452a55.zip
ffmpeg-streaming-8de5b0d96664abfb45212a5f0962ac9b1d452a55.tar.gz
dirac_dwt: remove unnecessary undefs
They're all undefined within the template file. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/dirac_dwt.c')
-rw-r--r--libavcodec/dirac_dwt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/dirac_dwt.c b/libavcodec/dirac_dwt.c
index ae847f7..6cf32ae 100644
--- a/libavcodec/dirac_dwt.c
+++ b/libavcodec/dirac_dwt.c
@@ -27,15 +27,12 @@
#define TEMPLATE_8bit
#include "dirac_dwt_template.c"
-#undef TEMPLATE_8bit
#define TEMPLATE_10bit
#include "dirac_dwt_template.c"
-#undef TEMPLATE_10bit
#define TEMPLATE_12bit
#include "dirac_dwt_template.c"
-#undef TEMPLATE_12bit
int ff_spatial_idwt_init2(DWTContext *d, uint8_t *buffer, int width, int height,
int stride, enum dwt_type type, int decomposition_count,
OpenPOWER on IntegriCloud