X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fwma.h;h=138bc9afc8b977a4c30172cc5a42749425b33bcc;hp=bb3cdb3b8d5dcad614aec31d824705c9ba921462;hb=a9c9a2400bd5e8bbce675f1b5f7e1c2c705ee7af;hpb=01ca9ac3346ced92d6cb4d9fe06233a305424510 diff --git a/libavcodec/wma.h b/libavcodec/wma.h index bb3cdb3b8d..138bc9afc8 100644 --- a/libavcodec/wma.h +++ b/libavcodec/wma.h @@ -59,6 +59,7 @@ typedef struct CoefVLCTable { } CoefVLCTable; typedef struct WMADecodeContext { + AVCodecContext* avctx; GetBitContext gb; PutBitContext pb; int sample_rate;