| FFmpeg
    4.0
    | 
| Data Fields | |
| vorbis_info | vi | 
| vorbis_info used during init  More... | |
| vorbis_dsp_state | vd | 
| DSP state used for analysis.  More... | |
| vorbis_block | vb | 
| vorbis_block used for analysis  More... | |
| vorbis_comment | vc | 
| VorbisComment info.  More... | |
| ogg_packet | op | 
| ogg packet  More... | |
Definition at line 27 of file libvorbisdec.c.
| vorbis_info OggVorbisDecContext::vi | 
vorbis_info used during init
Definition at line 28 of file libvorbisdec.c.
Referenced by oggvorbis_decode_close(), oggvorbis_decode_frame(), and oggvorbis_decode_init().
| vorbis_dsp_state OggVorbisDecContext::vd | 
DSP state used for analysis.
Definition at line 29 of file libvorbisdec.c.
Referenced by oggvorbis_decode_close(), oggvorbis_decode_frame(), and oggvorbis_decode_init().
| vorbis_block OggVorbisDecContext::vb | 
vorbis_block used for analysis
Definition at line 30 of file libvorbisdec.c.
Referenced by oggvorbis_decode_close(), oggvorbis_decode_frame(), and oggvorbis_decode_init().
| vorbis_comment OggVorbisDecContext::vc | 
VorbisComment info.
Definition at line 31 of file libvorbisdec.c.
Referenced by oggvorbis_decode_close(), and oggvorbis_decode_init().
| ogg_packet OggVorbisDecContext::op | 
ogg packet
Definition at line 32 of file libvorbisdec.c.
Referenced by oggvorbis_decode_frame(), and oggvorbis_decode_init().
 1.8.13
 1.8.13