FFmpeg
|
Data Fields | |
unsigned int | len [3] |
unsigned char * | packet [3] |
AVVorbisParseContext * | vp |
int64_t | final_pts |
int | final_duration |
uint8_t * | header |
int | header_size |
uint8_t * | comment |
int | comment_size |
uint8_t * | setup |
int | setup_size |
Definition at line 212 of file oggparsevorbis.c.
unsigned int oggvorbis_private::len[3] |
Definition at line 213 of file oggparsevorbis.c.
Referenced by fixup_vorbis_headers(), and vorbis_header().
unsigned char* oggvorbis_private::packet[3] |
Definition at line 214 of file oggparsevorbis.c.
Referenced by fixup_vorbis_headers(), vorbis_cleanup(), and vorbis_header().
AVVorbisParseContext* oggvorbis_private::vp |
Definition at line 215 of file oggparsevorbis.c.
Referenced by vorbis_cleanup(), vorbis_header(), and vorbis_packet().
int64_t oggvorbis_private::final_pts |
Definition at line 216 of file oggparsevorbis.c.
Referenced by vorbis_packet().
int oggvorbis_private::final_duration |
Definition at line 217 of file oggparsevorbis.c.
Referenced by vorbis_packet().
uint8_t* oggvorbis_private::header |
Definition at line 218 of file oggparsevorbis.c.
Referenced by vorbis_cleanup(), and vorbis_packet().
int oggvorbis_private::header_size |
Definition at line 219 of file oggparsevorbis.c.
Referenced by vorbis_packet().
uint8_t* oggvorbis_private::comment |
Definition at line 220 of file oggparsevorbis.c.
Referenced by vorbis_cleanup(), and vorbis_packet().
int oggvorbis_private::comment_size |
Definition at line 221 of file oggparsevorbis.c.
Referenced by vorbis_packet().
uint8_t* oggvorbis_private::setup |
Definition at line 222 of file oggparsevorbis.c.
Referenced by vorbis_cleanup(), and vorbis_packet().
int oggvorbis_private::setup_size |
Definition at line 223 of file oggparsevorbis.c.
Referenced by vorbis_packet().