diff --git a/modules/video_filter/opencv_wrapper.c b/modules/video_filter/opencv_wrapper.c index e6b1dd160e75463de469dbbce76b6004e8c5d4c9..b1f3c9d9f2f5e7f1253b8f08f25e8faf16217f92 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 ); } /*****************************************************************************