]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Cosmetics: line breaks
authorvitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 13 Sep 2008 16:56:58 +0000 (16:56 +0000)
committervitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 13 Sep 2008 16:56:58 +0000 (16:56 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15308 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/ra288.c

index 86b0ea93ed9361c077e76a2825dd3eafaf6abfc6..8c4a9c32aadb3a340d042766fd71d0a52e175e50 100644 (file)
@@ -136,9 +136,8 @@ static void convolve(float *tgt, const float *src, int len, int n)
  * @param out2    pointer to the recursive part of the output
  * @param window  pointer to the windowing function table
  */
-static void do_hybrid_window(int order, int n, int non_rec,
-                             float *out, float *hist, float *out2,
-                             const float *window)
+static void do_hybrid_window(int order, int n, int non_rec, float *out,
+                             float *hist, float *out2, const float *window)
 {
     int i;
     float buffer1[order + 1];