Update of /cvsroot/xine/xine-lib/src/xine-engine
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12672/xine-engine
Modified Files:
xine.c
Log Message:
Added INPUT_CAP_NOCACHE: disable usage of internal input cache by default.
Index: xine.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/xine-engine/xine.c,v
retrieving revision 1.336
retrieving revision 1.337
diff -u -r1.336 -r1.337
--- xine.c 13 Dec 2006 18:30:30 -0000 1.336
+++ xine.c 18 Dec 2006 21:22:45 -0000 1.337
@@ -769,6 +769,9 @@
return 0;
}
+ if (stream->input_plugin->get_capabilities(stream->input_plugin) &
INPUT_CAP_NOCACHE)
+ no_cache = 1;
+
if (*stream_setup) {
while (stream_setup && *stream_setup && *(++stream_setup)) {
-------------------------------------------------------------------------
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