mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-19 13:27:00 +00:00
fftools/opt_common: add missing newline after printing codecs
This fixes ffmpeg -help bsf=trace_headers => Supported codecs: av1 h264 hevc vvc mjpeg mpeg2video vp8 vp9<no newline>
This commit is contained in:
parent
9556379943
commit
1709f3830e
@ -572,6 +572,7 @@ static void show_help_bsf(const char *name)
|
|||||||
printf(" %s", avcodec_descriptor_get(*id)->name);
|
printf(" %s", avcodec_descriptor_get(*id)->name);
|
||||||
id++;
|
id++;
|
||||||
}
|
}
|
||||||
|
printf("\n");
|
||||||
}
|
}
|
||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user