aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--src/blind-cut.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 22c7b09..e3f0601 100644
--- a/TODO
+++ b/TODO
@@ -13,5 +13,4 @@ blind-find-frame a graphical tool for locating frames, should highlight key fram
Add [-j jobs] to blind-from-video and blind-to-video.
UNTESTED:
- blind-cut
blind-rewrite-head
diff --git a/src/blind-cut.c b/src/blind-cut.c
index 6112120..75d7fd6 100644
--- a/src/blind-cut.c
+++ b/src/blind-cut.c
@@ -24,7 +24,7 @@ main(int argc, char *argv[])
if (!strcmp(argv[0], "end"))
eprintf("refusing to create video with zero frames\n");
else
- start = etozu_arg("the start point", argv[1], 0, SIZE_MAX);
+ start = etozu_arg("the start point", argv[0], 0, SIZE_MAX);
if (!strcmp(argv[1], "end"))
to_end = 1;