[][src]Function ffmpeg_dev::sys::ff_combine_frame

pub unsafe extern "C" fn ff_combine_frame(
    pc: *mut ParseContext,
    next: c_int,
    buf: *mut *const u8,
    buf_size: *mut c_int
) -> c_int

Combine the (truncated) bitstream to a complete frame. @return -1 if no complete frame could be created, AVERROR(ENOMEM) if there was a memory allocation error