]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: include an availabilityTimeComplete element in all streaming modes
authorJames Almer <jamrial@gmail.com>
Sun, 19 Jan 2020 21:11:08 +0000 (18:11 -0300)
committerJames Almer <jamrial@gmail.com>
Sun, 16 Feb 2020 17:02:45 +0000 (14:02 -0300)
commit29be3de926e9d94b64de549fb12b7c57fe881cda
treee8f6585b21d5dc745812eeeafc197c3fddf2f1ec
parentd2a33f665cf0e889ba2824085d203739caa0534d
avformat/dashenc: include an availabilityTimeComplete element in all streaming modes

It's not exclusive for Low Latency streaming. The muxer will serve partial
segments regardless of streaming mode.

Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/dashenc.c