From 2dac4acfc0f2abbe28082cdb5c3ed775a78d2867 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Thu, 3 Aug 2006 03:18:47 +0000 Subject: sse & sse2 implementations of vorbis channel coupling. 9% faster vorbis (on a K8). Originally committed as revision 5898 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vorbis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vorbis.h') diff --git a/libavcodec/vorbis.h b/libavcodec/vorbis.h index c818207d92..1274f1891f 100644 --- a/libavcodec/vorbis.h +++ b/libavcodec/vorbis.h @@ -87,6 +87,7 @@ typedef struct { typedef struct vorbis_context_s { AVCodecContext *avccontext; GetBitContext gb; + DSPContext dsp; MDCTContext mdct0; MDCTContext mdct1; -- cgit v1.2.3