X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fsynth_filter.h;h=701394ca0adb1c448d62276be5d08d0ae2e57e30;hb=11491503c492f3a3ce190e2ee8cec660d3b91e1d;hp=8f1a8b4336452f386cadd223c4ce67e5d34d9931;hpb=d886e4df10217b4c04a96872cefa375ebbbc143e;p=ffmpeg diff --git a/libavcodec/synth_filter.h b/libavcodec/synth_filter.h index 8f1a8b43364..701394ca0ad 100644 --- a/libavcodec/synth_filter.h +++ b/libavcodec/synth_filter.h @@ -18,10 +18,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "dsputil.h" +#ifndef AVCODEC_SYNTH_FILTER_H +#define AVCODEC_SYNTH_FILTER_H + +#include "fft.h" void ff_synth_filter_float(FFTContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[32], const float window[512], float out[32], const float in[32], float scale, float bias); +#endif /* AVCODEC_SYNTH_FILTER_H */