[SCM] libav/experimental: Cosmetics: line breaks
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:30:05 UTC 2013
The following commit has been merged in the experimental branch:
commit 9547cadb8d3ee19df5f3ec9acbae1dfc832ccc6b
Author: Vitor Sessak <vitor1001 at gmail.com>
Date: Sat Sep 13 16:56:58 2008 +0000
Cosmetics: line breaks
Originally committed as revision 15308 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c
index 86b0ea9..8c4a9c3 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];
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list