Commit 18e690ff authored by diego's avatar diego

cosmetics: Fix indentation after last commit.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10643 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4769d8a9
......@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment