[FFmpeg-cvslog] cmdutils: trailing options may be ignored

Lou Logan git at videolan.org
Tue Oct 1 21:44:32 EEST 2019


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Fri Sep 27 12:19:24 2019 -0800| [61b7676bd5a6ae79e4a607a600d3741c84ec6d8a] | committer: Lou Logan

cmdutils: trailing options may be ignored

Signed-off-by: Lou Logan <lou at lrcd.com>
Signed-off-by: mypopy <mypopy at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61b7676bd5a6ae79e4a607a600d3741c84ec6d8a
---

 fftools/cmdutils.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fftools/cmdutils.c b/fftools/cmdutils.c
index 6f4031fbb9..84f98b7c04 100644
--- a/fftools/cmdutils.c
+++ b/fftools/cmdutils.c
@@ -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");
 



More information about the ffmpeg-cvslog mailing list