mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-21 14:30:10 +01:00
avfilter/af_afwtdn: add forgotten break statement
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user