You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
ffmpeg: add a warning stating that the program is deprecated.
This commit is contained in:
4
ffmpeg.c
4
ffmpeg.c
@@ -4394,6 +4394,10 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
show_banner();
|
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 */
|
||||||
parse_options(argc, argv, options, opt_output_file);
|
parse_options(argc, argv, options, opt_output_file);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user