mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-17 11:28:05 +00:00
cmdutils: remove a superfluous line break
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
a7a8320c4f
commit
055f60e874
@ -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…
x
Reference in New Issue
Block a user