summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/wma.h')
-rw-r--r--libavcodec/wma.h1
1 files changed, 1 insertions, 0 deletions
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;