You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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 }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
AVFilter ff_vf_guided = {
|
const AVFilter ff_vf_guided = {
|
||||||
.name = "guided",
|
.name = "guided",
|
||||||
.description = NULL_IF_CONFIG_SMALL("Apply Guided filter."),
|
.description = NULL_IF_CONFIG_SMALL("Apply Guided filter."),
|
||||||
.init = init,
|
.init = init,
|
||||||
|
Reference in New Issue
Block a user