]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/deinterlace.c
Remove unnedeeded msg_Error.
[vlc] / modules / video_filter / deinterlace.c
index 9ebbf51e81ba666cdc757ba889699dc5cff1da60..380d0f01efdf75453e644ad30f51bb48dadd4833 100644 (file)
@@ -192,10 +192,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;
-    }
 
     p_vout->pf_init = Init;
     p_vout->pf_end = End;