X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_es_out.h;h=3a008949f23743d88bed7b57036b361b074ce758;hb=fe927c0f058f3f9b27a48524ff9471ae1082f1bc;hp=667f8e14e525096fc55f6f08d16e766fa55fa071;hpb=16b435f09be15d5241a6d4897065cd0a605a4992;p=vlc diff --git a/include/vlc_es_out.h b/include/vlc_es_out.h index 667f8e14e5..3a008949f2 100644 --- a/include/vlc_es_out.h +++ b/include/vlc_es_out.h @@ -1,7 +1,7 @@ /***************************************************************************** * vlc_es_out.h ***************************************************************************** - * Copyright (C) 1999-2004 VideoLAN + * Copyright (C) 1999-2004 the VideoLAN team * $Id$ * * Authors: Laurent Aimar @@ -81,7 +81,7 @@ enum es_out_query_e /* Set meta data for group (dynamic) */ ES_OUT_SET_GROUP_META, /* arg1=int i_group arg2=vlc_meta_t */ /* */ - ES_OUT_DEL_GROUP, /* arg1=int i_group */ + ES_OUT_DEL_GROUP /* arg1=int i_group */ }; struct es_out_t