X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fstream_out%2Fgather.c;h=1cd22c393aa029930a17e277e83a98349bd6c59f;hb=7003cd39e8de1a49c9c960a2ec782eed32f0923e;hp=debc9cd3928cf475cf5adaf433a45e61dd64b463;hpb=a90a19a6b0468ea9fedadc27cfc1118d70295263;p=vlc diff --git a/modules/stream_out/gather.c b/modules/stream_out/gather.c index debc9cd392..1cd22c393a 100644 --- a/modules/stream_out/gather.c +++ b/modules/stream_out/gather.c @@ -1,7 +1,7 @@ /***************************************************************************** * gather.c: gathering stream output module ***************************************************************************** - * Copyright (C) 2003-2004 VideoLAN + * Copyright (C) 2003-2004 the VideoLAN team * $Id$ * * Authors: Laurent Aimar @@ -18,7 +18,7 @@ * * 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ /***************************************************************************** @@ -40,8 +40,6 @@ vlc_module_begin(); set_description( _("Gathering stream output") ); set_capability( "sout stream", 50 ); add_shortcut( "gather" ); - set_category( CAT_SOUT ); - set_subcategory( SUBCAT_SOUT_STREAM ); set_callbacks( Open, Close ); vlc_module_end();