Update of /cvsroot/xine/xine-lib/src/input
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12672/input

Modified Files:
        input_plugin.h 
Log Message:
Added INPUT_CAP_NOCACHE: disable usage of internal input cache by default.


Index: input_plugin.h
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/input/input_plugin.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- input_plugin.h      14 Oct 2005 21:02:16 -0000      1.60
+++ input_plugin.h      18 Dec 2006 21:22:45 -0000      1.61
@@ -297,6 +297,15 @@
 
 #define INPUT_CAP_RIP_FORBIDDEN        0x00000100
 
+/*
+ * INPUT_CAP_NOCACHE:
+ *    means that buffered input must not be used.
+ *    (i.e. disable input_cache internal plugin)
+ */
+ 
+#define INPUT_CAP_NOCACHE              0x00000200
+
+
 #define INPUT_IS_SEEKABLE(input) (((input)->get_capabilities(input) & 
INPUT_CAP_SEEKABLE) != 0)
 
 #define INPUT_OPTIONAL_UNSUPPORTED    0


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to