Function rsmpeg::ffi::av_parser_change[][src]

pub unsafe extern "C" fn av_parser_change(
    s: *mut AVCodecParserContext,
    avctx: *mut AVCodecContext,
    poutbuf: *mut *mut u8,
    poutbuf_size: *mut i32,
    buf: *const u8,
    buf_size: i32,
    keyframe: i32
) -> i32
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.