Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvorbisdec.c125 typedef struct vorbis_context_s { struct
126 AVCodecContext *avctx;
127 GetBitContext gb;
128 VorbisDSPContext dsp;
129 AVFloatDSPContext *fdsp;
131 FFTContext mdct[2];
132 uint8_t first_frame;
133 uint32_t version;
134 uint8_t audio_channels;
135 uint32_t audio_samplerate;
[all …]