pub unsafe extern "C" fn av_copy_packet(
    dst: *mut AVPacket,
    src: *const AVPacket
) -> c_int
Expand description

Copy packet, including contents

@return 0 on success, negative AVERROR on fail

@deprecated Use av_packet_ref