mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avfilter/vf_guided: Add missing const
Forgotten in f8d910e90f.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user