Home
last modified time | relevance | path

Searched defs:AC3DecodeContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3dec.h72 typedef struct AC3DecodeContext { struct
73 AVClass *class; ///< class for AVOptions
74 AVCodecContext *avctx; ///< parent context
75 GetBitContext gbc; ///< bitstream reader
79 int frame_type; ///< frame type (strmtyp)
80 int substreamid; ///< substream identification
81 int superframe_size; ///< current superframe size, in bytes
82 int frame_size; ///< current frame size, in bytes
83 int bit_rate; ///< stream bit rate, in bits-per-second
84 int sample_rate; ///< sample frequency, in Hz
[all …]