From c3f652ce281a3276a0930e9e0a3db4a13d5ed12e Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Sun, 16 May 2004 17:58:16 +0000 Subject: Priority support for demuxer and input plugins (engine part). CVS patchset: 6552 CVS date: 2004/05/16 17:58:16 --- src/xine-engine/xine_plugin.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/xine_plugin.h') diff --git a/src/xine-engine/xine_plugin.h b/src/xine-engine/xine_plugin.h index fca4c8aed..87662595f 100644 --- a/src/xine-engine/xine_plugin.h +++ b/src/xine-engine/xine_plugin.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_plugin.h,v 1.12 2003/12/09 00:02:38 f1rmb Exp $ + * $Id: xine_plugin.h,v 1.13 2004/05/16 17:58:16 tmattern Exp $ * * generic plugin definitions * @@ -75,4 +75,14 @@ typedef struct { uint32_t type; /* type of the post plugin, use one of XINE_POST_TYPE_* */ } post_info_t; +/* special info for a demuxer plugin */ +typedef struct { + int priority; +} demuxer_info_t; + +/* special info for an input plugin */ +typedef struct { + int priority; +} input_info_t; + #endif -- cgit v1.2.3