summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-04-24 22:18:15 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-04-24 22:18:15 +0000
commit7483f3e025139eb89dc910a96debc4e8aa93c3d4 (patch)
tree19a29527660234eb68c7852eeb8731daaeda7c67
parentcdd9d3cebbac15dd22f6d7d0bef4b6c8275fb824 (diff)
downloadxine-lib-7483f3e025139eb89dc910a96debc4e8aa93c3d4.tar.gz
xine-lib-7483f3e025139eb89dc910a96debc4e8aa93c3d4.tar.bz2
added DEMUX_STRATEGIES to public xine.h
CVS patchset: 25 CVS date: 2001/04/24 22:18:15
-rw-r--r--include/xine.h.tmpl.in7
1 files changed, 6 insertions, 1 deletions
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
* @{