X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_es_out.h;h=3a008949f23743d88bed7b57036b361b074ce758;hb=fe927c0f058f3f9b27a48524ff9471ae1082f1bc;hp=5af2b77fc8bf6ad4957f30ae08fe8379059e73b9;hpb=70ee5fbf988a94c0c2e394f3346a3dc6eeb18d72;p=vlc diff --git a/include/vlc_es_out.h b/include/vlc_es_out.h index 5af2b77fc8..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 @@ -78,6 +78,10 @@ enum es_out_query_e /* Allow preroll of data (data with dts/pts < i_pts for one ES will be decoded but not displayed */ ES_OUT_SET_NEXT_DISPLAY_TIME, /* arg1=es_out_id_t* arg2=int64_t i_pts(microsecond) */ + /* 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 */ }; struct es_out_t