]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/alphamask.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / alphamask.c
index e3edea223fc4359f1a4ccd1c6c9f9a4a38b42572..58cacbfa51717f7002ea16f14c183340d804ceb3 100644 (file)
@@ -102,10 +102,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_sys = p_filter->p_sys;
 
     config_ChainParse( p_filter, CFG_PREFIX, ppsz_filter_options,