]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.h
x86: rename dsputil.asm to idctdsp.asm
[ffmpeg] / libavcodec / mpc.h
index 295b4c7aef88f70f7cb2f5f7fd9ed26b73e49356..4cb8574897b53005e6cc9cf8c936292ee8c961a5 100644 (file)
@@ -31,8 +31,8 @@
 
 #include "libavutil/lfg.h"
 #include "avcodec.h"
+#include "bswapdsp.h"
 #include "get_bits.h"
-#include "dsputil.h"
 #include "mpegaudio.h"
 #include "mpegaudiodsp.h"
 
@@ -50,7 +50,7 @@ typedef struct Band {
 }Band;
 
 typedef struct MPCContext {
-    DSPContext dsp;
+    BswapDSPContext bdsp;
     MPADSPContext mpadsp;
     GetBitContext gb;
     int IS, MSS, gapless;