mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Multiple inclusion guards for synth_filter.h.
Originally committed as revision 20415 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e58992e41f
commit
f92e769666
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user