mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/af_surround: fix code indentation
This commit is contained in:
parent
3bc711a267
commit
d6fc20a3ba
@ -229,8 +229,8 @@ static int config_output(AVFilterLink *outlink)
|
|||||||
|
|
||||||
static void stereo_position(float a, float p, float *x, float *y)
|
static void stereo_position(float a, float p, float *x, float *y)
|
||||||
{
|
{
|
||||||
*x = av_clipf(a+FFMAX(0, sinf(p-M_PI_2))*FFDIFFSIGN(a,0), -1, 1);
|
*x = av_clipf(a+FFMAX(0, sinf(p-M_PI_2))*FFDIFFSIGN(a,0), -1, 1);
|
||||||
*y = av_clipf(cosf(a*M_PI_2+M_PI)*cosf(M_PI_2-p/M_PI)*M_LN10+1, -1, 1);
|
*y = av_clipf(cosf(a*M_PI_2+M_PI)*cosf(M_PI_2-p/M_PI)*M_LN10+1, -1, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void get_lfe(int output_lfe, int n, float lowcut, float highcut,
|
static inline void get_lfe(int output_lfe, int n, float lowcut, float highcut,
|
||||||
|
Loading…
Reference in New Issue
Block a user