]> git.sesse.net Git - ffmpeg/commitdiff
Reindent after last commit.
authorThilo Borgmann <thilo.borgmann@googlemail.com>
Tue, 12 Jan 2010 20:37:56 +0000 (20:37 +0000)
committerThilo Borgmann <thilo.borgmann@googlemail.com>
Tue, 12 Jan 2010 20:37:56 +0000 (20:37 +0000)
Originally committed as revision 21171 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/alsdec.c

index e6d9c0f167803abc9c43b6ca9b026a354e5ace8b..b827cd013aabee36e33d78dc22bebd98c8f23684 100644 (file)
@@ -1424,8 +1424,8 @@ static av_cold int decode_init(AVCodecContext *avctx)
     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);