]> git.sesse.net Git - vlc/blobdiff - modules/video_output/aa.c
libvlccore: fix AUTO_ADJUST_PTS_DELAY short comment.
[vlc] / modules / video_output / aa.c
index 00b88f202f646a4337285c908b25a6a0c573eb43..9710b593d3a3d198185b28f251c1182517ad2c2e 100644 (file)
@@ -32,7 +32,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_vout.h>
 #include <vlc_interface.h>
@@ -90,10 +90,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( 1 );
-    }
 
     /* Don't parse any options, but take $AAOPTS into account */
     aa_parseoptions( NULL, NULL, NULL, NULL );