]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/opencv_wrapper.c
Preliminary changes to fix postprocessing. Decoder quantizer settings can now be...
[vlc] / modules / video_filter / opencv_wrapper.c
index e6b1dd160e75463de469dbbce76b6004e8c5d4c9..b1f3c9d9f2f5e7f1253b8f08f25e8faf16217f92 100644 (file)
@@ -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 );
 }
 
 /*****************************************************************************