]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: add an option to write a Latency element
authorJames Almer <jamrial@gmail.com>
Fri, 13 Dec 2019 01:13:13 +0000 (22:13 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 16 Jan 2020 02:34:22 +0000 (23:34 -0300)
commit05b3460991ee102deabc6772bb021ff229c1ccd7
tree01a9c0d6fbfae2e62b303fb623f8b740113346f9
parentbc4f0e713b07b4cb969fe66d08afbc246691b41d
avformat/dashenc: add an option to write a Latency element

Allows to set an intended target latency while streaming that clients can use
to measure when using low latency mode.

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