diff options
Diffstat (limited to '')
| -rw-r--r-- | man/blind-transpose.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/blind-transpose.1 b/man/blind-transpose.1 index 61ecd86..73dbfd5 100644 --- a/man/blind-transpose.1 +++ b/man/blind-transpose.1 @@ -12,8 +12,9 @@ To transpose a videos means to swap the X and Y coordinates. .SH REQUIREMENTS .B blind-transpose -requires enough free memory to load two full frames into -memory. A frame requires 32 bytes per pixel it contains. +requires enough free memory to load one full frames and +one input column into memory. A frame requires 32 bytes +per pixel it contains. .B blind-transpose has not been optimised for memory usage, but instead for code simplicity. |
