[SCM] libav/experimental: Reindent

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:08:38 UTC 2013


The following commit has been merged in the experimental branch:
commit 133cd270f8be2ac43c7145998efb79ced66812bd
Author: Martin Storsjö <martin at martin.st>
Date:   Mon Jun 14 14:07:22 2010 +0000

    Reindent
    
    Originally committed as revision 23605 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c
index b51be86..7b973c0 100644
--- a/libavcodec/nellymoserdec.c
+++ b/libavcodec/nellymoserdec.c
@@ -166,11 +166,11 @@ static int decode_tag(AVCodecContext * avctx,
     if (buf_size < avctx->block_align)
         return buf_size;
 
-            if (buf_size % 64) {
-                av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
-                return buf_size;
-            }
-            blocks = buf_size / 64;
+    if (buf_size % 64) {
+        av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
+        return buf_size;
+    }
+    blocks = buf_size / 64;
     /* Normal numbers of blocks for sample rates:
      *  8000 Hz - 1
      * 11025 Hz - 2

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list