From 3e148f1b70a45571dd9511e1e4180423f33f176d Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 11 Aug 2008 13:33:09 +0200 Subject: [PATCH] opencv compilation fix This patch seems needed for opencv compilation for vlc-0.9.0 --- modules/video_filter/opencv_wrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_filter/opencv_wrapper.c b/modules/video_filter/opencv_wrapper.c index e6b1dd160e..b1f3c9d9f2 100644 --- a/modules/video_filter/opencv_wrapper.c +++ b/modules/video_filter/opencv_wrapper.c @@ -395,7 +395,7 @@ static void End( vout_thread_t *p_vout ) p_vout->p_sys->p_opencv = NULL; } - vout_CloseAndRelease( p_vout->p_sys->p_vout ) + vout_CloseAndRelease( p_vout->p_sys->p_vout ); } /***************************************************************************** -- GitLab