diff options
Diffstat (limited to 'src/blind-temporal-mean.c')
| -rw-r--r-- | src/blind-temporal-mean.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-temporal-mean.c b/src/blind-temporal-mean.c index 12d0cad..8c442d0 100644 --- a/src/blind-temporal-mean.c +++ b/src/blind-temporal-mean.c @@ -2,7 +2,7 @@ #include "common.h" USAGE("[-g | -h | -l power | -p power | -v]") -/* TODO add [-w weight-stream] for -l */ +/* TODO add [-w weight-stream] for [-ghlpv] */ /* Because the syntax for a function returning a function pointer is disgusting. */ typedef void (*process_func)(struct stream *stream, void *buffer, void *image, size_t frame); |
