summaryrefslogtreecommitdiffstats
path: root/TOOLS/vf_dlopen/framestep.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/vf_dlopen/framestep.c')
-rw-r--r--TOOLS/vf_dlopen/framestep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/vf_dlopen/framestep.c b/TOOLS/vf_dlopen/framestep.c
index 531d11b018..4e25f295ca 100644
--- a/TOOLS/vf_dlopen/framestep.c
+++ b/TOOLS/vf_dlopen/framestep.c
@@ -32,11 +32,11 @@
/*
* frame stepping filter
*
- * usage: -vf dlopen=./framestep.so:5
+ * usage: --vf=dlopen=/path/to/framestep.so:5
*
* outputs every 5th frame
*
- * usage: -vf dlopen=./framestep.so:5:3
+ * usage: --vf=dlopen=/path/to/framestep.so:5:3
*
* outputs every 5th frame, starting with frame index 3 (default: 0)
*/