Hi,

On 24/01/18 23:29, Steinar H. Gunderson wrote:
> On Wed, Jan 24, 2018 at 10:26:50PM +0000, jcowg...@debian.org wrote:
>> - The old resampling API provided by libavcodec has been removed. Use
>>   libswresample instead.
> 
> Hi,
> 
> Is this actually _removed_, or just marked as deprecated? It would be nice to
> know if I need to change all of my resampling (extra fun since there's been
> something like three or four different resampling APIs between FFmpeg and
> libav :-) ) or if I can just do a quick fix for the other issues.

The one from libavcodec has indeed been completely removed. This API was
deprecated back in FFmpeg 1.1 which is 5 years old now.
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/30223b3bf2ab1c55499d3d52a244221d24fcc784
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/8f483108b503fa03ed5e956e25df4cb899171df5

Your two options are now libavresample (libav) and libswresample
(ffmpeg) which have almost identical APIs. FFmpeg currently supports
both APIs, but that may not last forever.

Thanks,
James

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to