You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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 }
|
||||
};
|
||||
|
||||
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