[FFmpeg-devel] [PATCH] avcodec/libilbc: Support newer libiLBC versions

Timothy Gu timothygu99 at gmail.com
Thu Mar 11 03:01:13 EET 2021


On Wed, Mar 10, 2021 at 7:49 PM Andreas Rheinhardt
<andreas.rheinhardt at gmail.com> wrote:
> Beginning with version 3.0, libiLBC switched the types of some parts
> of their public API to size_t and renamed some types; the old names
> continue to work as typedefs, but are deprecated. It furthermore
> added version macros.
>
> This commit uses said version macro to use the new types when using
> newer libiLBC versions.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> ---
>  libavcodec/libilbc.c | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)

LGTM. Thanks!

[...]

Best,
Timothy


More information about the ffmpeg-devel mailing list