Re: [libav-devel] [PATCH 19/39] alac: reduce the number of local variables needed in lpc prediction
On Mon, 9 Jul 2012 17:23:47 -0400, Justin Ruggles wrote: > --- > libavcodec/alac.c | 24 > 1 files changed, 12 insertions(+), 12 deletions(-) > lgtm -- Anton Khirnov ___ libav-devel mailing list libav-devel@libav.org ht
[libav-devel] [PATCH 19/39] alac: reduce the number of local variables needed in lpc prediction
--- libavcodec/alac.c | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libavcodec/alac.c b/libavcodec/alac.c index 7e940fa..997362b 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -203,28 +203,27 @@ static void predictor_decompress_fir_ada