cmdutils: remove a superfluous line break

Signed-off-by: James Almer <jamrial@gmail.com>
pull/283/head
James Almer 7 years ago
parent a7a8320c4f
commit 055f60e874
  1. 1
      fftools/cmdutils.c

@ -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)

Loading…
Cancel
Save