]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3dec.h
avcodec/on2avc: Fix out of array access
[ffmpeg] / libavcodec / ac3dec.h
index 5196d90901fe4f8af2a5e7e0d131c16ccf051e1a..3ac44ee17eafbccc401766f36b5fe535e0b3cc9b 100644 (file)
@@ -55,8 +55,8 @@
 #include "libavutil/lfg.h"
 #include "ac3.h"
 #include "ac3dsp.h"
+#include "bswapdsp.h"
 #include "get_bits.h"
-#include "dsputil.h"
 #include "fft.h"
 #include "fmtconvert.h"
 
@@ -207,7 +207,7 @@ typedef struct AC3DecodeContext {
 ///@}
 
 ///@name Optimization
-    DSPContext dsp;                         ///< for optimization
+    BswapDSPContext bdsp;
 #if USE_FIXED
     AVFixedDSPContext *fdsp;
 #else