]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.h
doxygen: Include libavcodec and libavformat examples into the documentation
[ffmpeg] / libavcodec / mpc.h
index 67fc7feed0412533a6e903adce033d54cc352a19..6d0f7b45bbaea2dc379fa77c20b6d3e47b600b83 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
@@ -52,6 +51,7 @@ typedef struct {
 
 typedef struct {
     DSPContext dsp;
+    MPADSPContext mpadsp;
     GetBitContext gb;
     int IS, MSS, gapless;
     int lastframelen;