From a9c9a2400bd5e8bbce675f1b5f7e1c2c705ee7af Mon Sep 17 00:00:00 2001 From: Michel Bardiaux Date: Tue, 27 Feb 2007 09:39:04 +0000 Subject: Supply context to tprintf Originally committed as revision 8142 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wma.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/wma.h') 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; -- cgit v1.2.3