[MPlayer-cvslog] [propchange]: r33732 - svn:log
diego
subversion at mplayerhq.hu
Sun Jun 26 23:41:35 CEST 2011
Author: diego
Revision: 33732
Property Name: svn:log
Action: modified
Property diff:
--- old property value
+++ new property value
@@ -1,10 +1,10 @@
Do a proper calculation of free RAM to be used as V4L buffers.
The code uses sysinfo to query the available RAM, however it used
-ancient form available is some early development 2.3.x kernels.
+ancient form available in some early development 2.3.x kernels.
Newer form reports the size in memory units (usually same as page size),
-as result the code would fallback to 2 buffers even on multi GB system.
+as result the code would fall back on 2 buffers even on multi GB system.
The commit does: Improve the check in configure to ensure that we
-do use sysinfo struct with present mem_unit. Use free ram instead of
-total ram (to avoid swapping). Tweak memory constants and simplify code.
+do use sysinfo struct with present mem_unit. Use free RAM instead of
+total RAM (to avoid swapping). Tweak memory constants and simplify code.
More information about the MPlayer-cvslog
mailing list