[FFmpeg-devel] [PATCH 04/10] aacenctab: Add missing ff_ prefixes

Rostislav Pehlivanov atomnuker at gmail.com
Sat Aug 22 07:23:06 CEST 2015


Applied as well

Thanks.

On 22 August 2015 at 06:06, Timothy Gu <timothygu99 at gmail.com> wrote:

> On Sat, Aug 22, 2015 at 04:33:49AM +0100, Rostislav Pehlivanov wrote:
> > Applied
> >
> > Thanks.
>
> There has been a mistake in the application of this patch that was not
> in the patch I sent:
>
> > -const int swb_size_128_len  = FF_ARRAY_ELEMS(swb_size_128);
> > -const int swb_size_1024_len = FF_ARRAY_ELEMS(swb_size_1024);
> > +const int swb_size_128_len  = FF_ARRAY_ELEMS(ff_aac_swb_size_128);
> > +const int swb_size_1024_len = FF_ARRAY_ELEMS(ff_aac_swb_size_1024);
>
> The attached patch rectifies that.
>
> Timothy
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
>


More information about the ffmpeg-devel mailing list