[FFmpeg-devel] Fix for Ticket #2128
André Pankratz
andre at webwarelab.com
Thu Jan 10 10:42:36 CET 2013
Git sent the patch in a separate mail:
---
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
Am 10.01.2013 um 10:36 schrieb André Pankratz <andre at webwarelab.com>:
>
> https://ffmpeg.org/trac/ffmpeg/ticket/2128
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list