]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/opencv_wrapper.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / opencv_wrapper.c
index db6b4a527fc99cbbc90e4714d28c474a8e397644..95b4607332410820201f971408574b4004454e03 100644 (file)
@@ -191,10 +191,7 @@ static int Create( vlc_object_t *p_this )
     /* Allocate structure */
     p_vout->p_sys = malloc( sizeof( vout_sys_t ) );
     if( p_vout->p_sys == NULL )
-    {
-        msg_Err( p_vout, "out of memory" );
         return VLC_ENOMEM;
-    }
 
     /* Init structure */
     p_vout->p_sys->p_image = image_HandlerCreate( p_vout );