[FFmpeg-cvslog] r20415 - trunk/libavcodec/synth_filter.h
michael
subversion
Thu Oct 29 11:46:30 CET 2009
Author: michael
Date: Thu Oct 29 11:46:29 2009
New Revision: 20415
Log:
Multiple inclusion guards for synth_filter.h.
Modified:
trunk/libavcodec/synth_filter.h
Modified: trunk/libavcodec/synth_filter.h
==============================================================================
--- trunk/libavcodec/synth_filter.h Thu Oct 29 11:46:16 2009 (r20414)
+++ trunk/libavcodec/synth_filter.h Thu Oct 29 11:46:29 2009 (r20415)
@@ -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 *i
float synth_buf2[32], const float window[512],
float out[32], const float in[32], float scale, float bias);
+#endif /* AVCODEC_SYNTH_FILTER_H */
More information about the ffmpeg-cvslog
mailing list