diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-12-18 09:11:44 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-12-22 11:39:57 +0100 |
commit | 86e8439994d86b33f9b22ad64c4a31a559f05aac (patch) | |
tree | cca19ffa5fe90ce03b5469c8d2a3d54e0afb3936 /fftools | |
parent | 41716214c2912cf84946c939bea5400581384569 (diff) | |
download | ffmpeg-86e8439994d86b33f9b22ad64c4a31a559f05aac.tar.gz |
fftools/ffmpeg_opt: update program description to match manpage
Cf. 2244722f1f3
Diffstat (limited to 'fftools')
-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 6a2f242971..ba20df7a65 100644 --- a/fftools/ffmpeg_opt.c +++ b/fftools/ffmpeg_opt.c @@ -1254,7 +1254,7 @@ void show_help_default(const char *opt, const char *arg) void show_usage(void) { - av_log(NULL, AV_LOG_INFO, "Hyper fast Audio and Video encoder\n"); + av_log(NULL, AV_LOG_INFO, "Universal media converter\n"); av_log(NULL, AV_LOG_INFO, "usage: %s [options] [[infile options] -i infile]... {[outfile options] outfile}...\n", program_name); av_log(NULL, AV_LOG_INFO, "\n"); } |