Function ffmpeg::ffi::av_packet_rescale_ts

source ยท
pub unsafe extern "C" fn av_packet_rescale_ts(
    pkt: *mut AVPacket,
    tb_src: AVRational,
    tb_dst: AVRational,
)