vlc | branch: master | Steve Lhomme <[email protected]> | 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 );
 }
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to