[SCM] libav/experimental: flacdec: cosmetics: white space

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


The following commit has been merged in the experimental branch:
commit e8b03952360d7e1f771f363441f898f75325f03c
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Sun Mar 22 23:22:44 2009 +0000

    flacdec: cosmetics: white space
    
    Originally committed as revision 18167 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/flacdec.c b/libavcodec/flacdec.c
index 8b730d0..da23ffb 100644
--- a/libavcodec/flacdec.c
+++ b/libavcodec/flacdec.c
@@ -566,7 +566,7 @@ static int decode_frame(FLACContext *s)
                                        "is not supported\n");
         return -1;
     }
-    s->ch_mode      = ch_mode;
+    s->ch_mode = ch_mode;
 
     if (bps && bps != s->bps) {
         av_log(s->avctx, AV_LOG_ERROR, "switching bps mid-stream is not "
@@ -588,7 +588,7 @@ static int decode_frame(FLACContext *s)
                s->max_blocksize);
         return -1;
     }
-    s->blocksize    = blocksize;
+    s->blocksize = blocksize;
 
     if (samplerate == 0) {
         samplerate = s->samplerate;
@@ -596,7 +596,7 @@ static int decode_frame(FLACContext *s)
         av_log(s->avctx, AV_LOG_WARNING, "sample rate changed from %d to %d\n",
                s->samplerate, samplerate);
     }
-    s->samplerate   = s->avctx->sample_rate = samplerate;
+    s->samplerate = s->avctx->sample_rate = samplerate;
 
 //    dump_headers(s->avctx, (FLACStreaminfo *)s);
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list