]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacsbr_fixed.c
pngdec: fix and simplify apng reference handling
[ffmpeg] / libavcodec / aacsbr_fixed.c
index eeada0b9f2b7ee88d5d96e38a07b142c26864750..ffa63f26479de3bc0c855b039fa299f9a54e552e 100644 (file)
@@ -60,7 +60,6 @@
 #include "sbr.h"
 #include "aacsbr.h"
 #include "aacsbrdata.h"
-#include "aacsbr_fixed_tablegen.h"
 #include "fft.h"
 #include "aacps.h"
 #include "sbrdsp.h"
@@ -567,7 +566,7 @@ static void sbr_hf_assemble(int Y1[38][64][2],
                 int idx = indexsine&1;
                 int A = (1-((indexsine+(kx & 1))&2));
                 int B = (A^(-idx)) + idx;
-                int *out = &Y1[i][kx][idx];
+                unsigned *out = &Y1[i][kx][idx];
                 int shift;
                 unsigned round;