diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-06-24 07:44:50 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-06-24 07:44:50 +0000 |
commit | bc2b368215b4fb8848c2788b773a565ec0ed1471 (patch) | |
tree | e9d56487c3bc20b02922376715171b69539412f0 /libavcodec/mpegaudio.h | |
parent | 3bb96f914e9f70a752b60f08aa217c717695c571 (diff) | |
download | ffmpeg-bc2b368215b4fb8848c2788b773a565ec0ed1471.tar.gz |
SSE-optimized MP3 floating point windowing functions
Originally committed as revision 23750 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudio.h')
-rw-r--r-- | libavcodec/mpegaudio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegaudio.h b/libavcodec/mpegaudio.h index 52d83201e5..da81ac5cc3 100644 --- a/libavcodec/mpegaudio.h +++ b/libavcodec/mpegaudio.h @@ -183,6 +183,8 @@ void ff_mpa_synth_filter_float(MPADecodeContext *s, OUT_INT *samples, int incr, INTFLOAT sb_samples[SBLIMIT]); +void ff_mpegaudiodec_init_mmx(MPADecodeContext *s); + /* fast header check for resync */ static inline int ff_mpa_check_header(uint32_t header){ /* header */ |