pub const AVFMT_TS_DISCONT: i32 = 0x0200;Expand description
AVFMT_TS_DISCONT — AVInputFormat flag indicating discontinuous timestamps.
Set for live/streaming formats such as HLS (live playlists), RTMP, RTSP,
MPEG-TS (UDP/SRT), and similar sources. Used to detect live streams after
avformat_find_stream_info has been called.