[SCM] libav/experimental: Reindent after last commit.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:57:27 UTC 2013


The following commit has been merged in the experimental branch:
commit 099809d19b3fd0fb7118eb7a1749581a541c1e33
Author: Thilo Borgmann <thilo.borgmann at googlemail.com>
Date:   Tue Jan 12 20:37:56 2010 +0000

    Reindent after last commit.
    
    Originally committed as revision 21171 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c
index e6d9c0f..b827cd0 100644
--- a/libavcodec/alsdec.c
+++ b/libavcodec/alsdec.c
@@ -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);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list