Re: [FFmpeg-devel] [PATCH 06/10] aacdec_fixed: Make exp2tab static const

2015-08-22 Thread Timothy Gu
On Fri, Aug 21, 2015 at 10:05:06PM -0400, Ganesh Ajjanagadde wrote: Also relatively recent, anyway LGTM. Pushed. Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 06/10] aacdec_fixed: Make exp2tab static const

2015-08-21 Thread Timothy Gu
--- libavcodec/aacdec_fixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aacdec_fixed.c b/libavcodec/aacdec_fixed.c index 2a3dbf6..875ef58 100644 --- a/libavcodec/aacdec_fixed.c +++ b/libavcodec/aacdec_fixed.c @@ -101,7 +101,7 @@ static av_always_inline void

Re: [FFmpeg-devel] [PATCH 06/10] aacdec_fixed: Make exp2tab static const

2015-08-21 Thread Ganesh Ajjanagadde
On Fri, Aug 21, 2015 at 9:21 PM, Timothy Gu timothyg...@gmail.com wrote: --- libavcodec/aacdec_fixed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aacdec_fixed.c b/libavcodec/aacdec_fixed.c index 2a3dbf6..875ef58 100644 --- a/libavcodec/aacdec_fixed.c +++