---

Now featuring JEEB's wording suggestion.
Also killed the typo in the log message.

 ffmpeg.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index f61de33..4e65269 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -4376,9 +4376,11 @@ int main(int argc, char **argv)
 
     show_banner();
 
-    av_log(NULL, AV_LOG_WARNING, "This program is not developed anymore and is 
only "
-                                 "provided for compatibility. Use avconv 
instead "
-                                 "(see Changelog for the list of incompatible 
changes).\n");
+    av_log(NULL, AV_LOG_WARNING,
+           "This ffmpeg program is provided by the Libav project for script 
compatibility\n"
+           "due to incompatible command line syntax improvements (see 
Changelog for\n"
+           "details). It has been deprecated and will be removed in a future 
release.\n"
+           "Please use avconv instead.\n");
 
     /* parse options */
     parse_options(NULL, argc, argv, options, opt_output_file);
-- 
1.8.3.2

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to