From 7483f3e025139eb89dc910a96debc4e8aa93c3d4 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 24 Apr 2001 22:18:15 +0000 Subject: added DEMUX_STRATEGIES to public xine.h CVS patchset: 25 CVS date: 2001/04/24 22:18:15 --- include/xine.h.tmpl.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index cc6085a43..4de69ae52 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -29,7 +29,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.4 2001/04/19 23:13:09 f1rmb Exp $ + * $Id: xine.h.tmpl.in,v 1.5 2001/04/24 22:18:15 guenter Exp $ * */ @@ -89,6 +89,11 @@ typedef void (*gui_status_callback_func_t)(int nStatus); #define XINE_QUIT 3 /** @} end of statgroup */ +#define DEMUX_DEFAULT_STRATEGY 0 +#define DEMUX_REVERT_STRATEGY 1 +#define DEMUX_CONTENT_STRATEGY 2 +#define DEMUX_EXTENSION_STRATEGY 3 + /** * @defgroup xine_api API functions * @{ -- cgit v1.2.3