summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio.h
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2010-07-01 21:04:12 +0000
committerVitor Sessak <vitor1001@gmail.com>2010-07-01 21:04:12 +0000
commit060dd9300041eff91e7fb5622c12f9dd4975502d (patch)
tree4de6f858261075ed807f8f5c31dd13fd11aa4c9f /libavcodec/mpegaudio.h
parentde1807bbc4ea29e9492484e1104d4da33cd6ba28 (diff)
Altivec-optimized mp{1,2,3} windowing
Originally committed as revision 23943 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudio.h')
-rw-r--r--libavcodec/mpegaudio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegaudio.h b/libavcodec/mpegaudio.h
index 5a530b71e8..e2ad911b0c 100644
--- a/libavcodec/mpegaudio.h
+++ b/libavcodec/mpegaudio.h
@@ -188,6 +188,7 @@ void ff_mpa_synth_filter_float(MPADecodeContext *s,
INTFLOAT sb_samples[SBLIMIT]);
void ff_mpegaudiodec_init_mmx(MPADecodeContext *s);
+void ff_mpegaudiodec_init_altivec(MPADecodeContext *s);
/* fast header check for resync */
static inline int ff_mpa_check_header(uint32_t header){