summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-12 12:22:42 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-12 12:22:42 +0200
commit6c3c17f974be14a3c953ceb068760e9df65dbbfc (patch)
tree01008b991a5574d9cce3e11564655ea9211f2946
parentc0421f83d7a46f8af78449ddb97abb57a0bc55c1 (diff)
downloadxine-lib-6c3c17f974be14a3c953ceb068760e9df65dbbfc.tar.gz
xine-lib-6c3c17f974be14a3c953ceb068760e9df65dbbfc.tar.bz2
Reducing memory footprint is something we should do indeed, variable fifo is something I'll be working on for 1.2.
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index efd169ac2..d4ffaa81a 100644
--- a/TODO
+++ b/TODO
@@ -13,6 +13,7 @@ For 1.2 series
the internal libxine-only functions;
- move the contributed code (not developed by xine project) in the contrib/
directory of the source tree;
+- reduce memory footprint (e.g. variable fifo buffer sizes...);
known bugs
==========
@@ -64,7 +65,6 @@ optional
- helix streaming server support
- detect broken savage drivers in health check, disable Xv in that case
-- reduce memory footprint (e.g. variable fifo buffer sizes...)
beyond 1.0
----------