]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/adjust.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / adjust.c
index 01c7af788e009dd0507b261caac578e1d4ab0a63..9d5ff526e6f8113d7b416b4ca810072d914838ad 100644 (file)
@@ -155,10 +155,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;
 
     /* needed to get options passed in transcode using the