diff options
Diffstat (limited to 'libavcodec/mpc.h')
-rw-r--r-- | libavcodec/mpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpc.h b/libavcodec/mpc.h index 67fc7feed0..eea4b6df36 100644 --- a/libavcodec/mpc.h +++ b/libavcodec/mpc.h @@ -52,6 +52,7 @@ typedef struct { typedef struct { DSPContext dsp; + MPADSPContext mpadsp; GetBitContext gb; int IS, MSS, gapless; int lastframelen; |