avfilter/vf_guided: Add missing const
Forgotten in f8d910e90f599f338438833dfc92e2f1915ce414. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
6bf95c2066
commit
7fac6efa97
@ -413,7 +413,7 @@ static const AVFilterPad guided_outputs[] = {
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
AVFilter ff_vf_guided = {
|
||||
const AVFilter ff_vf_guided = {
|
||||
.name = "guided",
|
||||
.description = NULL_IF_CONFIG_SMALL("Apply Guided filter."),
|
||||
.init = init,
|
||||
|
Loading…
x
Reference in New Issue
Block a user