Re: [FFmpeg-devel] [PATCH] avcodec/aacenctab: Simplify exporting array size

2021-01-11 Thread zhilizhao(赵志立)
> On Jan 12, 2021, at 8:16 AM, Andreas Rheinhardt > wrote: > > Andreas Rheinhardt: >> Signed-off-by: Andreas Rheinhardt >> --- >> libavcodec/aacenc.c| 4 ++-- >> libavcodec/aacenctab.c | 7 ++- >> libavcodec/aacenctab.h | 6 ++ >> 3 files changed, 6 insertions(+), 11 deletions(-) >>

Re: [FFmpeg-devel] [PATCH] avcodec/aacenctab: Simplify exporting array size

2021-01-11 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/aacenc.c| 4 ++-- > libavcodec/aacenctab.c | 7 ++- > libavcodec/aacenctab.h | 6 ++ > 3 files changed, 6 insertions(+), 11 deletions(-) > > diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c > index 070a2

[FFmpeg-devel] [PATCH] avcodec/aacenctab: Simplify exporting array size

2021-01-09 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/aacenc.c| 4 ++-- libavcodec/aacenctab.c | 7 ++- libavcodec/aacenctab.h | 6 ++ 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c index 070a2e706a..75e40c9d7f 100644 --- a/libavco