From d886e4df10217b4c04a96872cefa375ebbbc143e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 29 Oct 2009 10:43:56 +0000 Subject: Vertically align function arguments. Originally committed as revision 20413 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/synth_filter.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/synth_filter.h') diff --git a/libavcodec/synth_filter.h b/libavcodec/synth_filter.h index 0472048fbc..8f1a8b4336 100644 --- a/libavcodec/synth_filter.h +++ b/libavcodec/synth_filter.h @@ -21,7 +21,7 @@ #include "dsputil.h" void ff_synth_filter_float(FFTContext *imdct, - float *synth_buf_ptr, int *synth_buf_offset, - float synth_buf2[32], const float window[512], - float out[32], const float in[32], float scale, float bias); + float *synth_buf_ptr, int *synth_buf_offset, + float synth_buf2[32], const float window[512], + float out[32], const float in[32], float scale, float bias); -- cgit v1.2.3