]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/seamcarving.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / seamcarving.c
index edaf74284bdc947b496feddb23eb8f3b10d77ecb..e622370674f2d6068d7e77e6428bf34335d24c65 100644 (file)
@@ -84,10 +84,7 @@ static int Create( vlc_object_t *p_this )
     /* Allocate structure */
     p_filter->p_sys = malloc( sizeof( filter_sys_t ) );
     if( p_filter->p_sys == NULL )
-    {
-        msg_Err( p_filter, "out of memory" );
         return VLC_ENOMEM;
-    }
 
     p_filter->pf_video_filter = Filter;
     p_filter->p_sys->p_energy = NULL;