diff options
author | Michel Bardiaux <mbardiaux@mediaxim.be> | 2007-02-27 09:39:04 +0000 |
---|---|---|
committer | Michel Bardiaux <mbardiaux@mediaxim.be> | 2007-02-27 09:39:04 +0000 |
commit | a9c9a2400bd5e8bbce675f1b5f7e1c2c705ee7af (patch) | |
tree | bcdd4339c89f27f9d948a299c11234cd37dd29f1 /libavcodec/wma.h | |
parent | 01ca9ac3346ced92d6cb4d9fe06233a305424510 (diff) | |
download | ffmpeg-a9c9a2400bd5e8bbce675f1b5f7e1c2c705ee7af.tar.gz |
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.h | 1 |
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; |