summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2018-01-24 08:02:25 +0100
committerwm4 <nfxjfg@googlemail.com>2018-01-27 04:10:52 +0100
commit6194d7e56454897b9c5d9d52e82376b2a6e6b85c (patch)
treeaa4822b5f9431d113d4277d849e82c2a1f069439 /doc/APIchanges
parent637dfa39421c2806616d1aa454c9182db1aac3d9 (diff)
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.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index c27f104c95..59e3b20c08 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.