Re: [FFmpeg-devel] [PATCH] aacenc_ltp: attempt to appease Coverity

2015-12-03 Thread Hendrik Leppkes
On Thu, Dec 3, 2015 at 11:31 PM, Rostislav Pehlivanov wrote: > Coverity is reporting an out of bounds here even though there shouldn't > be one. Attempt to apply some stylistic dithering to make it stop. > --- > libavcodec/aacenc_ltp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > d

[FFmpeg-devel] [PATCH] aacenc_ltp: attempt to appease Coverity

2015-12-03 Thread Rostislav Pehlivanov
Coverity is reporting an out of bounds here even though there shouldn't be one. Attempt to apply some stylistic dithering to make it stop. --- libavcodec/aacenc_ltp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aacenc_ltp.c b/libavcodec/aacenc_ltp.c index e19f3cc