commit | 4714ca0e97153b0bc00737dd92b106cf7987f9d7 | [log] [tgz] |
---|---|---|
author | Roman Arutyunyan <arut@nginx.com> | Thu Oct 28 13:11:31 2021 +0300 |
committer | Roman Arutyunyan <arut@nginx.com> | Thu Oct 28 13:11:31 2021 +0300 |
tree | d4119c887b13bcf748f2b019fbf75771735eb8c6 | |
parent | 2deb7bd7b58deb58e1e1572ee0eb7d8e2638f314 [diff] |
Mp4: added ngx_http_mp4_update_mdhd_atom() function. The function updates the duration field of mdhd atom. Previously it was updated in ngx_http_mp4_read_mdhd_atom(). The change makes it possible to alter track duration as a result of processing track frames.