Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-09-13 20:56:58 +0400
committerVitor Sessak <vitor1001@gmail.com>2008-09-13 20:56:58 +0400
commit9547cadb8d3ee19df5f3ec9acbae1dfc832ccc6b (patch)
treec72fb96208942d0887e1023e879d384dd70be125 /libavcodec/ra288.c
parent111734de09e5075d5f2694f13ba02d37a84ac18a (diff)
Cosmetics: line breaks
Originally committed as revision 15308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra288.c')
-rw-r--r--libavcodec/ra288.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c
index 86b0ea93ed..8c4a9c32aa 100644
--- a/libavcodec/ra288.c
+++ b/libavcodec/ra288.c
@@ -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];