You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-16 22:42:38 +02:00
Cosmetics: line breaks
Originally committed as revision 15308 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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 out2 pointer to the recursive part of the output
|
||||||
* @param window pointer to the windowing function table
|
* @param window pointer to the windowing function table
|
||||||
*/
|
*/
|
||||||
static void do_hybrid_window(int order, int n, int non_rec,
|
static void do_hybrid_window(int order, int n, int non_rec, float *out,
|
||||||
float *out, float *hist, float *out2,
|
float *hist, float *out2, const float *window)
|
||||||
const float *window)
|
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
float buffer1[order + 1];
|
float buffer1[order + 1];
|
||||||
|
Reference in New Issue
Block a user