diff options
author | Lou Logan <lou@lrcd.com> | 2019-09-26 10:18:57 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2019-09-27 12:11:39 -0800 |
commit | 419e5e794285b9c4df34251a92698e9e75aa5e35 (patch) | |
tree | c43b7ab16209958d6b1b823f7321e1718eb518c3 /fftools/ffmpeg_opt.c | |
parent | ab0ef1abdf53e257f7628f2d264adc80038f3bcb (diff) | |
download | ffmpeg-419e5e794285b9c4df34251a92698e9e75aa5e35.tar.gz |
doc/ffmpeg: -timelimit is in user time
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'fftools/ffmpeg_opt.c')
-rw-r--r-- | fftools/ffmpeg_opt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fftools/ffmpeg_opt.c b/fftools/ffmpeg_opt.c index b2aa63e7ee..661441c161 100644 --- a/fftools/ffmpeg_opt.c +++ b/fftools/ffmpeg_opt.c @@ -3443,7 +3443,7 @@ const OptionDef options[] = { { "stdin", OPT_BOOL | OPT_EXPERT, { &stdin_interaction }, "enable or disable interaction on standard input" }, { "timelimit", HAS_ARG | OPT_EXPERT, { .func_arg = opt_timelimit }, - "set max runtime in seconds", "limit" }, + "set max runtime in seconds in CPU user time", "limit" }, { "dump", OPT_BOOL | OPT_EXPERT, { &do_pkt_dump }, "dump each input packet" }, { "hex", OPT_BOOL | OPT_EXPERT, { &do_hex_dump }, |