diff mpegaudio.h @ 11939:ef338bd70180 libavcodec

SSE-optimized MP3 floating point windowing functions
author vitor
date Thu, 24 Jun 2010 07:44:50 +0000
parents 0e777af9160a
children 3f3d08bb5cf8
line wrap: on
line diff
--- a/mpegaudio.h	Wed Jun 23 23:44:48 2010 +0000
+++ b/mpegaudio.h	Thu Jun 24 07:44:50 2010 +0000
@@ -183,6 +183,8 @@
                          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 */