[FFmpeg-devel] Fix for Ticket #2128

Stefano Sabatini stefasab at gmail.com
Thu Jan 10 11:10:23 CET 2013


On date Thursday 2013-01-10 10:42:36 +0100, André Pankratz encoded:
> 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;

Thank you, applied.

Please someone port it to 1.1 or I'll try to do it later.
-- 
FFmpeg = F*c*i*g Furious Mythic Practical Extravagant Gladiator


More information about the ffmpeg-devel mailing list