On Tue, Aug 9, 2011 at 1:54 AM, Anton Khirnov <[email protected]> wrote:
> ---
>  ffmpeg.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/ffmpeg.c b/ffmpeg.c
> index c155a73..1a6ba51 100644
> --- a/ffmpeg.c
> +++ b/ffmpeg.c
> @@ -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);
>
> --

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

Reply via email to