Function ff_combine_frame

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

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