diff vorbis.h @ 3536:545a15c19c91 libavcodec

sse & sse2 implementations of vorbis channel coupling. 9% faster vorbis (on a K8).
author lorenm
date Thu, 03 Aug 2006 03:18:47 +0000
parents 03582724f3de
children 945caa35ee9a
line wrap: on
line diff
--- a/vorbis.h	Thu Aug 03 02:18:07 2006 +0000
+++ b/vorbis.h	Thu Aug 03 03:18:47 2006 +0000
@@ -87,6 +87,7 @@
 typedef struct vorbis_context_s {
     AVCodecContext *avccontext;
     GetBitContext gb;
+    DSPContext dsp;
 
     MDCTContext mdct0;
     MDCTContext mdct1;