]> git.sesse.net Git - vlc/blobdiff - src/stream_output/announce.c
Add ACCESS_OUT_CAN_CONTROL_PACE, fix AccessOutControl prototype
[vlc] / src / stream_output / announce.c
index 3a723e360558c6c9e75d3b0bac52a85e50d9f147..7dedc1e0508c412716c6c08213d29f5bd8243f11 100644 (file)
@@ -159,10 +159,7 @@ static announce_handler_t *announce_HandlerCreate( vlc_object_t *p_this )
     p_announce = vlc_object_create( p_this, VLC_OBJECT_ANNOUNCE );
 
     if( !p_announce )
-    {
-        msg_Err( p_this, "out of memory" );
         return NULL;
-    }
 
     p_announce->p_sap = NULL;
     vlc_object_attach( p_announce, p_this->p_libvlc);