Home
last modified time | relevance | path

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

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