pub unsafe extern "C" fn ff_flac_parse_streaminfo(
avctx: *mut AVCodecContext,
s: *mut FLACStreaminfo,
buffer: *const u8,
) -> c_intExpand description
Parse the Streaminfo metadata block @param[out] avctx codec context to set basic stream parameters @param[out] s where parsed information is stored @param[in] buffer pointer to start of 34-byte streaminfo data
@return negative error code on faiure or >= 0 on success