Browse Source

cosmetics: Fix indentation after last commit.

Originally committed as revision 10643 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 18 years ago
parent
commit
1f3a990b3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ppc/dsputil_altivec.c

+ 1
- 1
libavcodec/ppc/dsputil_altivec.c View File

@@ -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;
}

Loading…
Cancel
Save