Commit 5ee41447 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_afftdn: add missing break

parent 819e4e79
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment