Searched defs:AC3DecodeContext (Results 1 – 1 of 1) sorted by relevance
72 typedef struct AC3DecodeContext { struct73 AVClass *class; ///< class for AVOptions74 AVCodecContext *avctx; ///< parent context75 GetBitContext gbc; ///< bitstream reader79 int frame_type; ///< frame type (strmtyp)80 int substreamid; ///< substream identification81 int superframe_size; ///< current superframe size, in bytes82 int frame_size; ///< current frame size, in bytes83 int bit_rate; ///< stream bit rate, in bits-per-second84 int sample_rate; ///< sample frequency, in Hz[all …]