Chromium Code Reviews| Index: patched-ffmpeg-mt/libavcodec/synth_filter.c |
| =================================================================== |
| --- patched-ffmpeg-mt/libavcodec/synth_filter.c (revision 41250) |
| +++ patched-ffmpeg-mt/libavcodec/synth_filter.c (working copy) |
| @@ -18,6 +18,7 @@ |
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
| */ |
| +#include "fft.h" |
| #include "synth_filter.h" |
| void ff_synth_filter_float(FFTContext *imdct, |