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

2015-08-21 Thread Rostislav Pehlivanov
Applied as well Thanks. On 22 August 2015 at 06:06, Timothy Gu 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_1

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

2015-08-21 Thread Timothy Gu
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(s

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

2015-08-21 Thread Rostislav Pehlivanov
Applied Thanks. On 22 August 2015 at 02:21, Timothy Gu wrote: > --- > libavcodec/aacenc.c| 6 +++--- > libavcodec/aacenctab.c | 8 > libavcodec/aacenctab.h | 8 > 3 files changed, 11 insertions(+), 11 deletions(-) > > diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c

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

2015-08-21 Thread Ganesh Ajjanagadde
On Fri, Aug 21, 2015 at 9:21 PM, Timothy Gu wrote: > --- > libavcodec/aacenc.c| 6 +++--- > libavcodec/aacenctab.c | 8 > libavcodec/aacenctab.h | 8 > 3 files changed, 11 insertions(+), 11 deletions(-) > > diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c > index af773

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

2015-08-21 Thread Timothy Gu
--- libavcodec/aacenc.c| 6 +++--- libavcodec/aacenctab.c | 8 libavcodec/aacenctab.h | 8 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index af77379..71071eb 100644 --- a/libavcodec/aacenc.c +++ b/libavcodec/aacen