summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
diff options
context:
space:
mode:
authorMichel Bardiaux <mbardiaux@mediaxim.be>2007-02-27 09:39:04 +0000
committerMichel Bardiaux <mbardiaux@mediaxim.be>2007-02-27 09:39:04 +0000
commita9c9a2400bd5e8bbce675f1b5f7e1c2c705ee7af (patch)
treebcdd4339c89f27f9d948a299c11234cd37dd29f1 /libavcodec/wma.h
parent01ca9ac3346ced92d6cb4d9fe06233a305424510 (diff)
Supply context to tprintf
Originally committed as revision 8142 to svn://svn.ffmpeg.org/ffmpeg/trunk
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;