mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-25 04:19:05 +00:00
avfilter/af_afwtdn: add forgotten break statement
This commit is contained in:
parent
207e9b1760
commit
a2a7547b2f
@ -1153,6 +1153,7 @@ static int config_output(AVFilterLink *outlink)
|
|||||||
s->hp = deb10_hp;
|
s->hp = deb10_hp;
|
||||||
s->ilp = deb10_ilp;
|
s->ilp = deb10_ilp;
|
||||||
s->ihp = deb10_ihp;
|
s->ihp = deb10_ihp;
|
||||||
|
break;
|
||||||
case SYM10:
|
case SYM10:
|
||||||
s->wavelet_length = 20;
|
s->wavelet_length = 20;
|
||||||
s->lp = sym10_lp;
|
s->lp = sym10_lp;
|
||||||
|
Loading…
Reference in New Issue
Block a user