projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee9474
)
cosmetics: Fix indentation after last commit.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 2 Oct 2007 12:35:23 +0000
(12:35 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 2 Oct 2007 12:35:23 +0000
(12:35 +0000)
Originally committed as revision 10643 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ppc/dsputil_altivec.c
patch
|
blob
|
history
diff --git
a/libavcodec/ppc/dsputil_altivec.c
b/libavcodec/ppc/dsputil_altivec.c
index 91c6741c2f62af2c896468917d46234417ace115..af78ccf8d02a2b934437fe4c7d1b022408d572bb 100644
(file)
--- 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;
}