[FFmpeg-devel] [PATCH 2/4] lavc/libmp3lame: set trailing_padding after flushing encoder

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Sep 29 16:06:19 EEST 2016


2016-09-28 20:21 GMT+02:00 Jon Toohill <jtoohill-at-google.com at ffmpeg.org>:
> On Tue, Sep 27, 2016 at 1:04 AM, Carl Eugen Hoyos <ceffmpeg at gmail.com>
> wrote:
>
>> 2016-09-26 19:13 GMT+02:00 Jon Toohill <jtoohill-at-google.com at ffmpeg.org
>> >:
>>
>> > +        avctx->trailing_padding = FFMAX(lame_get_encoder_padding(s->gfp)
>> - 528 - 1, 0);
>>
>> Can you confirm that this function exists in lame 3.98.3?
>>
>
> I downloaded the source tarball for lame 3.98 and found it exists there. Is
> that sufficient?

Definitely, I just wanted to make sure.

Thank you, Carl Eugen


More information about the ffmpeg-devel mailing list