Function av_parser_change

Source
pub unsafe extern "C" fn av_parser_change(
    s: *mut AVCodecParserContext,
    avctx: *mut AVCodecContext,
    poutbuf: *mut *mut u8,
    poutbuf_size: *mut c_int,
    buf: *const u8,
    buf_size: c_int,
    keyframe: c_int,
) -> c_int