Commit 74561680 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_separatefields: fix ;;

Found-by: llogan
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 07704c61
......@@ -33,7 +33,7 @@ static int config_props_output(AVFilterLink *outlink)
SeparateFieldsContext *sf = ctx->priv;
AVFilterLink *inlink = ctx->inputs[0];
sf->nb_planes = av_pix_fmt_count_planes(inlink->format);;
sf->nb_planes = av_pix_fmt_count_planes(inlink->format);
if (inlink->h & 1) {
av_log(ctx, AV_LOG_ERROR, "height must be even\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment