Commit 791a86c3 authored by Anton Khirnov's avatar Anton Khirnov

ffmpeg: add a warning stating that the program is deprecated.

parent b86ab381
......@@ -4394,6 +4394,10 @@ 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");
/* parse options */
parse_options(argc, argv, options, opt_output_file);
......
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