Function ff_fetch_timestamp

Source
pub unsafe extern "C" fn ff_fetch_timestamp(
    s: *mut AVCodecParserContext,
    off: c_int,
    remove: c_int,
    fuzzy: c_int,
)
Expand description

Fetch timestamps for a specific byte within the current access unit. @param off byte position within the access unit @param remove Found timestamps will be removed if set to 1, kept if set to 0. @param fuzzy Only use found value if it is more informative than what we already have