Searched defs:AC3DecodeContext (Results 1 – 1 of 1) sorted by relevance
70 typedef struct AC3DecodeContext { struct71 AVClass *class; ///< class for AVOptions72 AVCodecContext *avctx; ///< parent context73 GetBitContext gbc; ///< bitstream reader77 int frame_type; ///< frame type (strmtyp)78 int substreamid; ///< substream identification79 int superframe_size; ///< current superframe size, in bytes80 int frame_size; ///< current frame size, in bytes81 int bit_rate; ///< stream bit rate, in bits-per-second82 int sample_rate; ///< sample frequency, in Hz[all …]