[FFmpeg-cvslog] lavfi/yadif: fix shorthand/option mismatch

André Pankratz git at videolan.org
Thu Jan 10 11:03:00 CET 2013


ffmpeg | branch: master | André Pankratz <andre at webwarelab.com> | Thu Jan 10 10:37:49 2013 +0100| [0287eea914307a3fa03fa0d117af2955de0a4a2f] | committer: Stefano Sabatini

lavfi/yadif: fix shorthand/option mismatch

Fix trac ticket #2128.

Signed-off-by: Stefano Sabatini <stefasab at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0287eea914307a3fa03fa0d117af2955de0a4a2f
---

 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;



More information about the ffmpeg-cvslog mailing list