diff vorbis.h @ 2737:b37add61897a libavcodec

Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)
author michael
date Sun, 29 May 2005 22:11:05 +0000
parents 4fe1c19fc7a3
children 12436597cc0c
line wrap: on
line diff
--- a/vorbis.h	Sun May 29 18:18:13 2005 +0000
+++ b/vorbis.h	Sun May 29 22:11:05 2005 +0000
@@ -88,6 +88,8 @@
     float *saved;
     uint_fast16_t saved_start;
     float *ret;
+    float *buf;
+    float *buf_tmp;
 } vorbis_context;