avfilter/af_afftdn: add missing break

This commit is contained in:
Paul B Mahol 2018-09-26 22:23:28 +02:00
parent 819e4e7979
commit 5ee4144701

View File

@ -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;