[FFmpeg-cvslog] avfilter/vf_guided: Add missing const

Andreas Rheinhardt git at videolan.org
Tue May 11 05:13:28 EEST 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Tue May 11 00:29:16 2021 +0200| [7fac6efa970aace3f2f874a7cdf9551c3f969638] | committer: Andreas Rheinhardt

avfilter/vf_guided: Add missing const

Forgotten in f8d910e90f599f338438833dfc92e2f1915ce414.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7fac6efa970aace3f2f874a7cdf9551c3f969638
---

 libavfilter/vf_guided.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_guided.c b/libavfilter/vf_guided.c
index 86c0db5032..20c142337a 100644
--- a/libavfilter/vf_guided.c
+++ b/libavfilter/vf_guided.c
@@ -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,



More information about the ffmpeg-cvslog mailing list