mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-23 07:20:05 +01:00
cmdutils: remove a superfluous line break
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -1909,7 +1909,6 @@ static void show_help_bsf(const char *name)
|
|||||||
printf("Bit stream filter %s\n", bsf->name);
|
printf("Bit stream filter %s\n", bsf->name);
|
||||||
if (bsf->priv_class)
|
if (bsf->priv_class)
|
||||||
show_help_children(bsf->priv_class, AV_OPT_FLAG_BSF_PARAM);
|
show_help_children(bsf->priv_class, AV_OPT_FLAG_BSF_PARAM);
|
||||||
printf("\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int show_help(void *optctx, const char *opt, const char *arg)
|
int show_help(void *optctx, const char *opt, const char *arg)
|
||||||
|
|||||||
Reference in New Issue
Block a user