]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.h
assdec: check the right variable
[ffmpeg] / libavcodec / mpc.h
index 86d4b6d393022f1fefd8973f2d5bc67e41e48498..cdf49c1a4e373710339beacc9644e81d1ac4a42e 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,8 +50,7 @@ typedef struct Band {
 }Band;
 
 typedef struct MPCContext {
-    AVFrame frame;
-    DSPContext dsp;
+    BswapDSPContext bdsp;
     MPADSPContext mpadsp;
     GetBitContext gb;
     int IS, MSS, gapless;