Function ffmpeg::ffi::av_packet_copy_props

source ยท
pub unsafe extern "C" fn av_packet_copy_props(
    dst: *mut AVPacket,
    src: *const AVPacket,
) -> c_int