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
Expand description

@return 0 if the output buffer is a subset of the input, 1 if it is allocated and must be freed @deprecated Use dump_extradata, remove_extra or extract_extradata bitstream filters instead.