X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=lib%2Fmedia_list.c;h=1d5702539eace11e9bbb47d469f99b123fe0faaa;hb=6dfe7e133355fe8d3931bf12686be42a8d1b619f;hp=0691a2c90a5ce588e1e5b2e704a72b68f0955a99;hpb=7dcac68447be650214d3d0adfa49c3454d342234;p=vlc diff --git a/lib/media_list.c b/lib/media_list.c index 0691a2c90a..1d5702539e 100644 --- a/lib/media_list.c +++ b/lib/media_list.c @@ -1,24 +1,24 @@ /***************************************************************************** * media_list.c: libvlc new API media list functions ***************************************************************************** - * Copyright (C) 2007 the VideoLAN team + * Copyright (C) 2007 VLC authors and VideoLAN * $Id$ * * Authors: Pierre d'Herbemont * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ #ifdef HAVE_CONFIG_H @@ -166,8 +166,6 @@ libvlc_media_list_new( libvlc_instance_t * p_inst ) return NULL; } - /* Code for that one should be handled in flat_media_list.c */ - p_mlist->p_flat_mlist = NULL; p_mlist->b_read_only = false; libvlc_event_manager_register_event_type( p_mlist->p_event_manager,