[libav-devel] [PATCH 1/1] flac: change minimum and default of lpc_passes option to 1

2012-12-06 Thread Janne Grunau
Avoids reads of uninitialized memory in ff_lpc_calc_coefs() during fate-flac-16-lpc-cholesky. --- libavcodec/flacenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c index 54bc64c..7808e20 100644 --- a/libavcodec/flacenc.c +++

Re: [libav-devel] [PATCH 1/1] flac: change minimum and default of lpc_passes option to 1

2012-12-06 Thread Måns Rullgård
Janne Grunau janne-li...@jannau.net writes: Avoids reads of uninitialized memory in ff_lpc_calc_coefs() during fate-flac-16-lpc-cholesky. A bit more of an explanation would be nice. -- Måns Rullgård m...@mansr.com ___ libav-devel mailing list

Re: [libav-devel] [PATCH 1/1] flac: change minimum and default of lpc_passes option to 1

2012-12-06 Thread Justin Ruggles
On 12/06/2012 07:25 PM, Janne Grunau wrote: Avoids reads of uninitialized memory in ff_lpc_calc_coefs() during fate-flac-16-lpc-cholesky. --- libavcodec/flacenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c index