]> git.kaiwu.me - nginx.git/commit
Mp4: added ngx_http_mp4_update_mdhd_atom() function.
authorRoman Arutyunyan <arut@nginx.com>
Thu, 28 Oct 2021 10:11:31 +0000 (13:11 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 28 Oct 2021 10:11:31 +0000 (13:11 +0300)
commit27cdfe30f7505361c31e4d3b2d0d21adaae803c4
treed4119c887b13bcf748f2b019fbf75771735eb8c6
parent3253b346fb8b067d68a79ae72e08a376f234b0b3
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.
src/http/modules/ngx_http_mp4_module.c