From 6194d7e56454897b9c5d9d52e82376b2a6e6b85c Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 24 Jan 2018 08:02:25 +0100 Subject: avformat, hls: add a flag to signal unavailability of seeking The seek function can just return an error if seeking is unavailable, but often this is too late. Add a flag that signals that the stream is unseekable, and use it in HLS. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index c27f104..59e3b20 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2018-01-xx - xxxxxxx - lavf 58.6.100 - avformat.h + Add AVFMTCTX_UNSEEKABLE (for HLS demuxer). + 2018-xx-xx - xxxxxxx - lavu 56.9.100 - aes_ctr.h Add method to set the 16-byte IV. -- cgit v1.1