X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fwma.h;h=6c8e944b79e9efa62d0bb146dff6158a19fa95f6;hb=dde545c6970bca308b0b3f91dbb378d46f6808a4;hp=fd9d5d8d3baa6e73107d63288b88a22007206dd9;hpb=d8cab5c26b0987f139830937e1f30b2a10822680;p=ffmpeg diff --git a/libavcodec/wma.h b/libavcodec/wma.h index fd9d5d8d3ba..6c8e944b79e 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -65,6 +65,7 @@ typedef struct CoefVLCTable { typedef struct WMACodecContext { AVCodecContext* avctx; + AVFrame frame; GetBitContext gb; PutBitContext pb; int sample_rate;