diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c index 484572cb96..374acac20f 100644 --- a/libavfilter/vf_mp.c +++ b/libavfilter/vf_mp.c @@ -739,7 +739,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque) m->avfctx= ctx; - if(!args || 1!=sscanf(args, "%255[^:]", name)){ + if(!args || 1!=sscanf(args, "%255[^:=]", name)){ av_log(ctx, AV_LOG_ERROR, "Invalid parameter.\n"); return AVERROR(EINVAL); }