# HG changeset patch # User thilo.borgmann # Date 1263328676 0 # Node ID 61bf5a551856465086e413f84f7cdf3326685aec # Parent c9fb5b89e47a3fb9122c7dac4850098299e12265 Reindent after last commit. diff -r c9fb5b89e47a -r 61bf5a551856 alsdec.c --- a/alsdec.c Tue Jan 12 20:35:22 2010 +0000 +++ b/alsdec.c Tue Jan 12 20:37:56 2010 +0000 @@ -1424,8 +1424,8 @@ ctx->lpc_cof_reversed_buffer = av_malloc(sizeof(*ctx->lpc_cof_buffer) * sconf->max_order); - if (!ctx->quant_cof || !ctx->lpc_cof || - !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer || + if (!ctx->quant_cof || !ctx->lpc_cof || + !ctx->quant_cof_buffer || !ctx->lpc_cof_buffer || !ctx->lpc_cof_reversed_buffer) { av_log(avctx, AV_LOG_ERROR, "Allocating buffer memory failed.\n"); return AVERROR(ENOMEM);