[FFmpeg-cvslog] r15308 - trunk/libavcodec/ra288.c

vitor subversion
Sat Sep 13 18:56:58 CEST 2008


Author: vitor
Date: Sat Sep 13 18:56:58 2008
New Revision: 15308

Log:
Cosmetics: line breaks

Modified:
   trunk/libavcodec/ra288.c

Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c	(original)
+++ trunk/libavcodec/ra288.c	Sat Sep 13 18:56:58 2008
@@ -136,9 +136,8 @@ static void convolve(float *tgt, const f
  * @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];




More information about the ffmpeg-cvslog mailing list