]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.h
WMAL: Shift output samples by the specified number of padding zeroes.
[ffmpeg] / libavcodec / mpc.h
index 67fc7feed0412533a6e903adce033d54cc352a19..1a6e7943afe1eb5bfe2241cf104e581a13df0356 100644 (file)
@@ -34,8 +34,7 @@
 #include "get_bits.h"
 #include "dsputil.h"
 #include "mpegaudio.h"
-
-#include "mpcdata.h"
+#include "mpegaudiodsp.h"
 
 #define BANDS            32
 #define SAMPLES_PER_BAND 36
@@ -51,7 +50,9 @@ typedef struct {
 }Band;
 
 typedef struct {
+    AVFrame frame;
     DSPContext dsp;
+    MPADSPContext mpadsp;
     GetBitContext gb;
     int IS, MSS, gapless;
     int lastframelen;