aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-chroma-key.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blind-chroma-key.c')
-rw-r--r--src/blind-chroma-key.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/blind-chroma-key.c b/src/blind-chroma-key.c
index 602457e..b9deadb 100644
--- a/src/blind-chroma-key.c
+++ b/src/blind-chroma-key.c
@@ -3,7 +3,6 @@
USAGE("key-stream")
-
#define PROCESS(TYPE, SUFFIX)\
static void\
process_##SUFFIX(struct stream *stream, struct stream *key)\
@@ -61,7 +60,6 @@ USAGE("key-stream")
PROCESS(double, lf)
PROCESS(float, f)
-
int
main(int argc, char *argv[])
{