]> git.kaiwu.me - nginx.git/commit
Mp4: remove useless leading stsc entry in result mp4.
authorRoman Arutyunyan <arut@nginx.com>
Fri, 14 Feb 2014 11:14:48 +0000 (15:14 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Fri, 14 Feb 2014 11:14:48 +0000 (15:14 +0400)
commit1dc1b0785b89743d637fa18e6d78a4999e2cf54c
treea5e2ea5bcd08b86db9615f41a0b2084a0041accb
parent8f8bf842bcd1fee7162804a9b1c99d0a9d2c1cb7
Mp4: remove useless leading stsc entry in result mp4.

The fix removes useless stsc entry in result mp4.
If start_sample == n then current stsc entry should be skipped
and the result stsc should start with the next entry.
The reason for that is start_sample starts from 0, not 1.
src/http/modules/ngx_http_mp4_module.c