Function avpriv_copy_bits

Source
pub unsafe extern "C" fn avpriv_copy_bits(
    pb: *mut PutBitContext,
    src: *const u8,
    length: c_int,
)
Expand description

Copy the content of src to the bitstream.

@param length the number of bits of src to copy