Function rsmpeg::ffi::av_stream_get_end_pts[][src]

pub unsafe extern "C" fn av_stream_get_end_pts(st: *const AVStream) -> i64
Expand description

Returns the pts of the last muxed packet + its duration

the retuned value is undefined when used with a demuxer.