X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ffft_table.h;h=09df49f2b8ef8d5d2dc0a0216d46df6ea54389c1;hb=46dac8cf3d250184ab4247809bc03f60e14f4c0c;hp=ed0a6588b4a6c552f00dea79907f6d48cb531e48;hpb=4f9a8d3fe2f9485ee08848d336ee96f15ec0e7e6;p=ffmpeg diff --git a/libavcodec/fft_table.h b/libavcodec/fft_table.h index ed0a6588b4a..09df49f2b8e 100644 --- a/libavcodec/fft_table.h +++ b/libavcodec/fft_table.h @@ -61,6 +61,6 @@ extern const int32_t ff_w_tab_sr[]; extern uint16_t ff_fft_offsets_lut[]; -void ff_fft_lut_init(uint16_t *table, int off, int size, int *index); +void ff_fft_lut_init(void); #endif /* AVCODEC_FFT_TABLE_H */