[vlc-commits] edgedetection: fix compilation after 7e9509a96eddbf53d69defdb518ff7c99e3c8a60

Steve Lhomme git at videolan.org
Mon Oct 12 16:50:56 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Oct 12 16:49:34 2020 +0200| [77e0679f46e14f584e517602e54159fca651cd4c] | committer: Steve Lhomme

edgedetection: fix compilation after 7e9509a96eddbf53d69defdb518ff7c99e3c8a60

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=77e0679f46e14f584e517602e54159fca651cd4c
---

 modules/video_filter/edgedetection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_filter/edgedetection.c b/modules/video_filter/edgedetection.c
index cd68f46125..cbd08d42e9 100644
--- a/modules/video_filter/edgedetection.c
+++ b/modules/video_filter/edgedetection.c
@@ -84,7 +84,7 @@ static const struct filter_video_callbacks filter_video_edge_cbs =
 
 static void Flush( filter_t *p_filter )
 {
-    filter_sys_t *p_sys = p_filter->p_sys;
+    filter_chain_t *p_sys = p_filter->p_sys;
     filter_chain_VideoFlush( p_sys );
 }
 



More information about the vlc-commits mailing list