]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wma.h
adpcm: Add missing stdint.h #include to fix standalone header compilation.
[ffmpeg] / libavcodec / wma.h
index f11d5507dc5cb832ba301b01754d10c4f982237e..4acbf04bbfc654426d8bc7293f0c4e9dc850e17d 100644 (file)
@@ -65,6 +65,7 @@ typedef struct CoefVLCTable {
 
 typedef struct WMACodecContext {
     AVCodecContext* avctx;
+    AVFrame frame;
     GetBitContext gb;
     PutBitContext pb;
     int sample_rate;