]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3dec.h
Postpone API-incompatible changes until the next bump.
[ffmpeg] / libavcodec / ac3dec.h
index 8fcd1421dcf9ebe373f902d2b1b66e271f1a3363..babd0a7d70b26ba5dbecd7c3468b8e6d0639708f 100644 (file)
@@ -54,8 +54,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"
 
@@ -200,7 +200,7 @@ typedef struct AC3DecodeContext {
 ///@}
 
 ///@name Optimization
-    DSPContext dsp;                         ///< for optimization
+    BswapDSPContext bdsp;
     AVFloatDSPContext fdsp;
     AC3DSPContext ac3dsp;
     FmtConvertContext fmt_conv;             ///< optimized conversion functions