ref: 9ad9b326f566a2b004ba8741c1a7dab1d93eb71a
parent: 5895809ebbe1db20f753342eabaa9af0bb07dd47
author: Matthias Dressel <code@deadcode.eu>
date: Sun Jun 28 14:29:10 EDT 2020
CLI: Fix help text Since 46d092ae6ac62284e5bdde4d0808aca4ab7410a9 the demuxer is no longer detected from extension but rather by probing.
--- a/tools/dav1d_cli_parse.c
+++ b/tools/dav1d_cli_parse.c
@@ -106,7 +106,7 @@
fprintf(stderr, "Supported options:\n"
" --input/-i $file: input file\n"
" --output/-o $file: output file\n"
- " --demuxer $name: force demuxer type ('ivf', 'section5' or 'annexb'; default: detect from extension)\n"
+ " --demuxer $name: force demuxer type ('ivf', 'section5' or 'annexb'; default: detect from content)\n"
" --muxer $name: force muxer type ('md5', 'yuv', 'yuv4mpeg2' or 'null'; default: detect from extension)\n"
" --quiet/-q: disable status messages\n"
" --frametimes $file: dump frame times to file\n"