mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avfilter/af_afftdn: add missing break
This commit is contained in:
parent
819e4e7979
commit
5ee4144701
1 changed files with 1 additions and 0 deletions
|
|
@ -691,6 +691,7 @@ static int config_input(AVFilterLink *inlink)
|
|||
case SHELLAC_NOISE:
|
||||
for (i = 0; i < 15; i++)
|
||||
dnch->band_noise[i] = get_band_noise(s, i, 1.0, 500.0, 1.0E10) + FFMAX(i - 12, -5);
|
||||
break;
|
||||
case CUSTOM_NOISE:
|
||||
read_custom_noise(s, ch);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue