diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-07-25 22:12:23 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-07-25 22:12:23 +0200 |
| commit | 835df7bd1e81852062dd70ce1a054fc9b510e50f (patch) | |
| tree | de418467fc318adfcf5e3fdd8e75ea2a055386c9 /src/blind-stack.c | |
| parent | Add ability to choose korn shell implementation (diff) | |
| download | blind-835df7bd1e81852062dd70ce1a054fc9b510e50f.tar.gz blind-835df7bd1e81852062dd70ce1a054fc9b510e50f.tar.bz2 blind-835df7bd1e81852062dd70ce1a054fc9b510e50f.tar.xz | |
Fix blind-kernel and blind-temporal-mean,d add blind-{spatial,temporal}-arithm and blind-spatial-mean, and add support for multiple streams in blind-arithm
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | src/blind-stack.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blind-stack.c b/src/blind-stack.c index e74b62d..29e20b0 100644 --- a/src/blind-stack.c +++ b/src/blind-stack.c @@ -52,6 +52,7 @@ main(int argc, char *argv[]) break; case 's': shortest = 1; + frames = SIZE_MAX; break; default: usage(); |
