]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: write a capture time Producer Reference Time element when none...
authorJames Almer <jamrial@gmail.com>
Tue, 18 Feb 2020 15:49:15 +0000 (12:49 -0300)
committerJames Almer <jamrial@gmail.com>
Sun, 23 Feb 2020 02:19:07 +0000 (23:19 -0300)
commitdbd02443ae08126a498ddfaf9e7f044471e1ac1c
tree0c940a767971287e42c1e42e41bac4e5be8bac18
parent7098989e708396c542a5d10176e96c56e8b704b6
avformat/dashenc: write a capture time Producer Reference Time element when none is provided by the encoder

This way, the element will be present in any scenario when the write_prft option is used.

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