Commit 559dc619 authored by michael's avatar michael

Multiple inclusion guards for synth_filter.h.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20415 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3a56ae50
......@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_SYNTH_FILTER_H
#define AVCODEC_SYNTH_FILTER_H
#include "dsputil.h"
void ff_synth_filter_float(FFTContext *imdct,
......@@ -25,3 +28,4 @@ void ff_synth_filter_float(FFTContext *imdct,
float synth_buf2[32], const float window[512],
float out[32], const float in[32], float scale, float bias);
#endif /* AVCODEC_SYNTH_FILTER_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment