Commit 61b7676b authored by Lou Logan's avatar Lou Logan

cmdutils: trailing options may be ignored

Signed-off-by: 's avatarLou Logan <lou@lrcd.com>
Signed-off-by: 's avatarmypopy <mypopy@gmail.com>
parent 1b2ed0c3
......@@ -848,8 +848,8 @@ do { \
}
if (octx->cur_group.nb_opts || codec_opts || format_opts || resample_opts)
av_log(NULL, AV_LOG_WARNING, "Trailing options were found on the "
"commandline.\n");
av_log(NULL, AV_LOG_WARNING, "Trailing option(s) found in the "
"command: may be ignored.\n");
av_log(NULL, AV_LOG_DEBUG, "Finished splitting the commandline.\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment