FFmpeg
|
Data Fields | |
unsigned int | len [3] |
unsigned char * | packet [3] |
AVVorbisParseContext * | vp |
int64_t | final_pts |
int | final_duration |
Definition at line 215 of file oggparsevorbis.c.
unsigned int oggvorbis_private::len[3] |
Definition at line 216 of file oggparsevorbis.c.
Referenced by fixup_vorbis_headers(), and vorbis_header().
unsigned char* oggvorbis_private::packet[3] |
Definition at line 217 of file oggparsevorbis.c.
Referenced by fixup_vorbis_headers(), vorbis_cleanup(), and vorbis_header().
AVVorbisParseContext* oggvorbis_private::vp |
Definition at line 218 of file oggparsevorbis.c.
Referenced by vorbis_cleanup(), vorbis_header(), and vorbis_packet().
int64_t oggvorbis_private::final_pts |
Definition at line 219 of file oggparsevorbis.c.
Referenced by vorbis_packet().
int oggvorbis_private::final_duration |
Definition at line 220 of file oggparsevorbis.c.
Referenced by vorbis_packet().