#include <stdint.h>Go to the source code of this file.
A public API for Vorbis parsing
Determines the duration for each packet.
Definition in file vorbis_parser.h.
Definition at line 44 of file vorbis_parser.h.
Definition at line 45 of file vorbis_parser.h.
Definition at line 46 of file vorbis_parser.h.
Allocate and initialize the Vorbis parser using headers in the extradata.
Definition at line 281 of file vorbis_parser.c.
Referenced by libvorbis_encode_init(), and vorbis_header().
Free the parser and everything associated with it.
Definition at line 276 of file vorbis_parser.c.
Referenced by av_vorbis_parse_init(), libvorbis_encode_close(), and vorbis_cleanup().
Get the duration for a Vorbis packet.
If flags is NULL, special frames are considered invalid.
Definition at line 213 of file vorbis_parser.c.
Referenced by av_vorbis_parse_frame(), and vorbis_packet().
Get the duration for a Vorbis packet.
Definition at line 264 of file vorbis_parser.c.
Referenced by libvorbis_encode_frame().
Definition at line 270 of file vorbis_parser.c.
Referenced by vorbis_packet().