]> git.sesse.net Git - ffmpeg/blobdiff - fftools/cmdutils.c
cmdutils: trailing options may be ignored
[ffmpeg] / fftools / cmdutils.c
index 6f4031fbb982f58d0a36c1776b8da91da9719808..84f98b7c04ee8a2655d3490ef42c55bc78f262da 100644 (file)
@@ -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");