]> git.sesse.net Git - ffmpeg/commit
avformat, hls: add a flag to signal unavailability of seeking
authorwm4 <nfxjfg@googlemail.com>
Wed, 24 Jan 2018 07:02:25 +0000 (08:02 +0100)
committerwm4 <nfxjfg@googlemail.com>
Sat, 27 Jan 2018 03:10:52 +0000 (04:10 +0100)
commit6194d7e56454897b9c5d9d52e82376b2a6e6b85c
treeaa4822b5f9431d113d4277d849e82c2a1f069439
parent637dfa39421c2806616d1aa454c9182db1aac3d9
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
libavformat/avformat.h
libavformat/hls.c
libavformat/version.h