[FFmpeg-cvslog] dirac_dwt: remove unnecessary undefs
Rostislav Pehlivanov
git at videolan.org
Thu Dec 31 01:37:48 CET 2015
ffmpeg | branch: master | Rostislav Pehlivanov <atomnuker at gmail.com> | Thu Dec 31 00:35:06 2015 +0000| [8de5b0d96664abfb45212a5f0962ac9b1d452a55] | committer: Rostislav Pehlivanov
dirac_dwt: remove unnecessary undefs
They're all undefined within the template file.
Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8de5b0d96664abfb45212a5f0962ac9b1d452a55
---
libavcodec/dirac_dwt.c | 3 ---
1 file changed, 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,
More information about the ffmpeg-cvslog
mailing list