Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Bardiaux <mbardiaux@mediaxim.be>2007-02-27 12:39:04 +0300
committerMichel Bardiaux <mbardiaux@mediaxim.be>2007-02-27 12:39:04 +0300
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;