mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
avfilter/af_surround: fix code indentation
This commit is contained in:
parent
3bc711a267
commit
d6fc20a3ba
1 changed files with 2 additions and 2 deletions
|
|
@ -229,8 +229,8 @@ static int config_output(AVFilterLink *outlink)
|
|||
|
||||
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);
|
||||
*y = av_clipf(cosf(a*M_PI_2+M_PI)*cosf(M_PI_2-p/M_PI)*M_LN10+1, -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);
|
||||
}
|
||||
|
||||
static inline void get_lfe(int output_lfe, int n, float lowcut, float highcut,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue