Function av_stream_get_end_pts

Source
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.