Commit 055f60e8 authored by James Almer's avatar James Almer

cmdutils: remove a superfluous line break

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent a7a8320c
......@@ -1909,7 +1909,6 @@ static void show_help_bsf(const char *name)
printf("Bit stream filter %s\n", bsf->name);
if (bsf->priv_class)
show_help_children(bsf->priv_class, AV_OPT_FLAG_BSF_PARAM);
printf("\n");
}
int show_help(void *optctx, const char *opt, const char *arg)
......
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