diff wma.h @ 4600:6ac364a4ce2b libavcodec

Supply context to tprintf
author mbardiaux
date Tue, 27 Feb 2007 09:39:04 +0000
parents 3975e734e07e
children 7b9ce6f729ae
line wrap: on
line diff
--- a/wma.h	Tue Feb 27 06:30:40 2007 +0000
+++ b/wma.h	Tue Feb 27 09:39:04 2007 +0000
@@ -59,6 +59,7 @@
 } CoefVLCTable;
 
 typedef struct WMADecodeContext {
+    AVCodecContext* avctx;
     GetBitContext gb;
     PutBitContext pb;
     int sample_rate;