summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-10-02 12:35:23 +0000
committerDiego Biurrun <diego@biurrun.de>2007-10-02 12:35:23 +0000
commit1f3a990b3ae78bbe9d97406a88ff6593984382c9 (patch)
tree8d0f21b56850de6cd703e1a3dbd60fbaa979c3f9 /libavcodec
parenteee947487b056749fec80e085021ed7d3716b262 (diff)
cosmetics: Fix indentation after last commit.
Originally committed as revision 10643 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ppc/dsputil_altivec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/dsputil_altivec.c b/libavcodec/ppc/dsputil_altivec.c
index 91c6741c2f..af78ccf8d0 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;
}