[SCM] libav/experimental: cosmetics: indent after last commit

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:20:15 UTC 2013


The following commit has been merged in the experimental branch:
commit b64d842c1d6a2319889a519c0a8dc5d0e99e42ad
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Tue Dec 14 14:52:30 2010 +0000

    cosmetics: indent after last commit
    
    Originally committed as revision 25981 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index 0cc2252..c756016 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -1270,7 +1270,7 @@ static av_cold int validate_options(AVCodecContext *avctx, AC3EncodeContext *s)
             break;
     }
     if (i == 9) {
-    return -1;
+        return -1;
     }
     s->sample_rate        = avctx->sample_rate;
     s->bit_alloc.sr_shift = i % 3;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list