diff synth_filter.h @ 10479:bc20a950f9a7 libavcodec

Vertically align function arguments.
author michael
date Thu, 29 Oct 2009 10:43:56 +0000
parents 212a837ebd27
children 473d52076994
line wrap: on
line diff
--- a/synth_filter.h	Thu Oct 29 00:55:35 2009 +0000
+++ b/synth_filter.h	Thu Oct 29 10:43:56 2009 +0000
@@ -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);