Home
last modified time | relevance | path

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

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