[FFmpeg-devel] [PATCH] lavr: deprecate the entire library

Clément Bœsch u at pkh.me
Sat Nov 25 16:40:52 EET 2017


On Fri, Nov 17, 2017 at 03:58:16PM +0000, Rostislav Pehlivanov wrote:
[...]
> diff --git a/libavresample/utils.c b/libavresample/utils.c
> index b4fb906556..3e629fe901 100644
> --- a/libavresample/utils.c
> +++ b/libavresample/utils.c
> @@ -37,6 +37,9 @@ int avresample_open(AVAudioResampleContext *avr)
>  {
>      int ret;
>  
> +    av_log(avr, AV_LOG_WARNING, "This library is being deprecated in favor of libswresample, "
> +           "please migrate your program.");
> +

I'm fine with the patch but not so with this message.

Maybe "libavresample is not maintained by the FFmpeg project and will be
dropped at the next major bump. Please use libswresample instead."

And it probably needs a longer explanation somewhere (website/news/...)

Regards,

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20171125/b7f5b0f1/attachment.sig>


More information about the ffmpeg-devel mailing list