[][src]Function ffmpeg_sys_next::av_compare_ts

pub unsafe extern "C" fn av_compare_ts(
    ts_a: i64,
    tb_a: AVRational,
    ts_b: i64,
    tb_b: AVRational
) -> c_int