de265_push_NAL

Function de265_push_NAL 

Source
pub unsafe extern "C" fn de265_push_NAL(
    arg1: *mut de265_decoder_context,
    data: *const c_void,
    length: c_int,
    pts: de265_PTS,
    user_data: *mut c_void,
) -> Type
Expand description

Push a complete NAL unit without startcode into the decoder. The data must still contain all stuffing-bytes. This function only pushes data into the decoder, nothing will be decoded.