Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)

Originally committed as revision 4317 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2005-05-29 22:11:05 +00:00
parent 6d1feb028f
commit 13c2469d7f
3 changed files with 9 additions and 3 deletions

View File

@@ -88,6 +88,8 @@ typedef struct {
float *saved;
uint_fast16_t saved_start;
float *ret;
float *buf;
float *buf_tmp;
} vorbis_context;