diff synth_filter.h @ 10481:473d52076994 libavcodec

Multiple inclusion guards for synth_filter.h.
author michael
date Thu, 29 Oct 2009 10:46:29 +0000
parents bc20a950f9a7
children 811467079ec9
line wrap: on
line diff
--- a/synth_filter.h	Thu Oct 29 10:46:16 2009 +0000
+++ b/synth_filter.h	Thu Oct 29 10:46:29 2009 +0000
@@ -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 @@
                            float synth_buf2[32], const float window[512],
                            float out[32], const float in[32], float scale, float bias);
 
+#endif /* AVCODEC_SYNTH_FILTER_H */