]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dirac_dwt.c
Merge commit '0ac9f33a9e69c64eee592791be3c5441a6a3d6b7'
[ffmpeg] / libavcodec / dirac_dwt.c
index ae847f71db41ed9fa4ec738d3360f9e016d74ee2..6cf32ae2b959ab4374d56fe563d8f89cccf9c155 100644 (file)
 
 #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,