]> git.sesse.net Git - vlc/blobdiff - src/audio_output/filters.c
Remove msg_Err about memory allocation.
[vlc] / src / audio_output / filters.c
index 6bbaae12462f450771976471125a617774d2d72b..5a2ffad6cb18c93c95f80a1fab60968b60e65343 100644 (file)
@@ -28,7 +28,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_interface.h>
 
 #ifdef HAVE_ALLOCA_H
@@ -343,10 +343,7 @@ void aout_FiltersPlay( aout_instance_t * p_aout,
             * 1000000 / p_filter->input.i_rate,
             *pp_input_buffer, p_output_buffer );
         if ( p_output_buffer == NULL )
-        {
-            msg_Err( p_aout, "out of memory" );
             return;
-        }
         /* Please note that p_output_buffer->i_nb_samples & i_nb_bytes
          * shall be set by the filter plug-in. */