Function av_vorbis_parse_frame_flags
pub unsafe extern "C" fn av_vorbis_parse_frame_flags(
s: *mut AVVorbisParseContext,
buf: *const u8,
buf_size: i32,
flags: *mut i32,
) -> i32
Expand description
Get the duration for a Vorbis packet.
If @p flags is @c NULL, special frames are considered invalid.
@param s Vorbis parser context @param buf buffer containing a Vorbis frame @param buf_size size of the buffer @param flags flags for special frames