[FFmpeg-devel] [PATCH] yadif: fix enable option

André Pankratz andre at webwarelab.com
Thu Jan 10 10:36:03 CET 2013


From: punkrats <andre at webwarelab.com>

---
 libavfilter/vf_yadif.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c
index dca4a8c..74eafcb 100644
--- a/libavfilter/vf_yadif.c
+++ b/libavfilter/vf_yadif.c
@@ -369,7 +369,7 @@ static int query_formats(AVFilterContext *ctx)
 static av_cold int init(AVFilterContext *ctx, const char *args)
 {
     YADIFContext *yadif = ctx->priv;
-    static const char *shorthand[] = { "mode", "parity", "enable", NULL };
+    static const char *shorthand[] = { "mode", "parity", "deint", NULL };
     int ret;
 
     yadif->csp = NULL;
-- 
1.7.11.1



More information about the ffmpeg-devel mailing list