[SCM] libav/experimental: cosmetics: Fix indentation after last commit.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:07:47 UTC 2013


The following commit has been merged in the experimental branch:
commit 1f3a990b3ae78bbe9d97406a88ff6593984382c9
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Oct 2 12:35:23 2007 +0000

    cosmetics: Fix indentation after last commit.
    
    Originally committed as revision 10643 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ppc/dsputil_altivec.c b/libavcodec/ppc/dsputil_altivec.c
index 91c6741..af78ccf 100644
--- a/libavcodec/ppc/dsputil_altivec.c
+++ b/libavcodec/ppc/dsputil_altivec.c
@@ -1514,5 +1514,5 @@ void dsputil_init_altivec(DSPContext* c, AVCodecContext *avctx)
     c->hadamard8_diff[0] = hadamard8_diff16_altivec;
     c->hadamard8_diff[1] = hadamard8_diff8x8_altivec;
     if (ENABLE_VORBIS_DECODER)
-    c->vorbis_inverse_coupling = vorbis_inverse_coupling_altivec;
+        c->vorbis_inverse_coupling = vorbis_inverse_coupling_altivec;
 }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list