changeset 10861:61bf5a551856 libavcodec

Reindent after last commit.
author thilo.borgmann
date Tue, 12 Jan 2010 20:37:56 +0000
parents c9fb5b89e47a
children d9c084a0c22b
files alsdec.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);