summaryrefslogtreecommitdiffstats
path: root/TOOLS/vf_dlopen/telecine.c
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-05-14 13:49:16 -0700
committerKevin Mitchell <kevmitch@gmail.com>2014-05-15 10:32:16 -0700
commit1eee4d779954974cd413be5e46f1ed877836ef31 (patch)
treee77d80486a61ce524fc90fd2dda7557bddd2c38d /TOOLS/vf_dlopen/telecine.c
parent2b1b8d6c95952f03049a9f643058c114899680bc (diff)
downloadmpv-1eee4d779954974cd413be5e46f1ed877836ef31.tar.bz2
mpv-1eee4d779954974cd413be5e46f1ed877836ef31.tar.xz
TOOLS/vf_dlopen: use new pixelformats, fix usage for newstyle args
Diffstat (limited to 'TOOLS/vf_dlopen/telecine.c')
-rw-r--r--TOOLS/vf_dlopen/telecine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/vf_dlopen/telecine.c b/TOOLS/vf_dlopen/telecine.c
index 5a6a2115bc..b2ad303119 100644
--- a/TOOLS/vf_dlopen/telecine.c
+++ b/TOOLS/vf_dlopen/telecine.c
@@ -32,7 +32,7 @@
/*
* telecine filter
*
- * usage: -vf dlopen=./telecine.so:t:23
+ * usage: --vf=dlopen=/path/to/telecine.so:t:23
*
* Parameter: first parameter is "t" for top field first, "b" for bottom field first
* then digits (0-9) for how many fields a frame is to be displayed