xvc_dump: add missing newlines in help text

This commit is contained in:
Moritz Bunkus 2021-09-04 19:58:35 +02:00
parent 00c0d12d34
commit f6ca1621c2
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -51,10 +51,10 @@ setup_help() {
" deriving its type from its file name extension\n"
" -a, --annex-b Treat input file as an ITU-T H.264/H.265 Annex B\n"
" bitstream instead of trying to derive the type\n"
" from the content"
" from the content\n"
" -i, --iso-14496-15 Treat input file as an ISO/IEC 14496-15 bitstream\n"
" (NALUs prefixed with a four-byte size field) instead\n"
" of trying to derive the type from the content"
" of trying to derive the type from the content\n"
" -p, --portable-format Output a format that's comparable with e.g. 'diff'\n"
" between the ISO/IEC 14496-15 bitstream and ITU-T\n"
" H.264/H.265 Annex B bitsream variants by not\n"