diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-12 12:22:42 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-12 12:22:42 +0200 |
commit | 6c3c17f974be14a3c953ceb068760e9df65dbbfc (patch) | |
tree | 01008b991a5574d9cce3e11564655ea9211f2946 | |
parent | c0421f83d7a46f8af78449ddb97abb57a0bc55c1 (diff) | |
download | xine-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-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ---------- |