Commit 1f3a990b authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: Fix indentation after last commit.

Originally committed as revision 10643 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent eee94748
...@@ -1514,5 +1514,5 @@ void dsputil_init_altivec(DSPContext* c, AVCodecContext *avctx) ...@@ -1514,5 +1514,5 @@ void dsputil_init_altivec(DSPContext* c, AVCodecContext *avctx)
c->hadamard8_diff[0] = hadamard8_diff16_altivec; c->hadamard8_diff[0] = hadamard8_diff16_altivec;
c->hadamard8_diff[1] = hadamard8_diff8x8_altivec; c->hadamard8_diff[1] = hadamard8_diff8x8_altivec;
if (ENABLE_VORBIS_DECODER) 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