mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-16 05:41:08 +08:00
Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'
* commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b': lpc: remove "decay" argument Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -226,7 +226,7 @@ int ff_lpc_calc_coefs(LPCContext *s,
|
||||
}else
|
||||
weight++;
|
||||
|
||||
avpriv_update_lls(&m[pass&1], var, 1.0);
|
||||
avpriv_update_lls(&m[pass&1], var);
|
||||
}
|
||||
avpriv_solve_lls(&m[pass&1], 0.001, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user