comparison wma.h @ 4600:6ac364a4ce2b libavcodec

Supply context to tprintf
author mbardiaux
date Tue, 27 Feb 2007 09:39:04 +0000
parents 3975e734e07e
children 7b9ce6f729ae
comparison
equal deleted inserted replaced
4599:2cd245d65761 4600:6ac364a4ce2b
57 const uint8_t *huffbits; ///< VLC bit size 57 const uint8_t *huffbits; ///< VLC bit size
58 const uint16_t *levels; ///< table to build run/level tables 58 const uint16_t *levels; ///< table to build run/level tables
59 } CoefVLCTable; 59 } CoefVLCTable;
60 60
61 typedef struct WMADecodeContext { 61 typedef struct WMADecodeContext {
62 AVCodecContext* avctx;
62 GetBitContext gb; 63 GetBitContext gb;
63 PutBitContext pb; 64 PutBitContext pb;
64 int sample_rate; 65 int sample_rate;
65 int nb_channels; 66 int nb_channels;
66 int bit_rate; 67 int bit_rate;