|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | AVVorbisParseContext |
Functions | |
| int | ff_vorbis_parse_init (AVVorbisParseContext *s, const uint8_t *extradata, int extradata_size) |
Vorbis audio parser
Determines the duration for each packet.
Definition in file vorbis_parser_internal.h.
| int ff_vorbis_parse_init | ( | AVVorbisParseContext * | s, |
| const uint8_t * | extradata, | ||
| int | extradata_size | ||
| ) |
Definition at line 187 of file vorbis_parser.c.
Referenced by av_vorbis_parse_init(), and libvorbis_encode_init().
1.8.17