changeset 10481:473d52076994 libavcodec

Multiple inclusion guards for synth_filter.h.
author michael
date Thu, 29 Oct 2009 10:46:29 +0000
parents bea92d25f53e
children 90daf9b3083d
files synth_filter.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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 */