You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
dirac_dwt: remove unnecessary undefs
They're all undefined within the template file. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
This commit is contained in:
@@ -27,15 +27,12 @@
|
|||||||
|
|
||||||
#define TEMPLATE_8bit
|
#define TEMPLATE_8bit
|
||||||
#include "dirac_dwt_template.c"
|
#include "dirac_dwt_template.c"
|
||||||
#undef TEMPLATE_8bit
|
|
||||||
|
|
||||||
#define TEMPLATE_10bit
|
#define TEMPLATE_10bit
|
||||||
#include "dirac_dwt_template.c"
|
#include "dirac_dwt_template.c"
|
||||||
#undef TEMPLATE_10bit
|
|
||||||
|
|
||||||
#define TEMPLATE_12bit
|
#define TEMPLATE_12bit
|
||||||
#include "dirac_dwt_template.c"
|
#include "dirac_dwt_template.c"
|
||||||
#undef TEMPLATE_12bit
|
|
||||||
|
|
||||||
int ff_spatial_idwt_init2(DWTContext *d, uint8_t *buffer, int width, int height,
|
int ff_spatial_idwt_init2(DWTContext *d, uint8_t *buffer, int width, int height,
|
||||||
int stride, enum dwt_type type, int decomposition_count,
|
int stride, enum dwt_type type, int decomposition_count,
|
||||||
|
Reference in New Issue
Block a user