commit | e1e2e2eb3a987de63efedc55f0abcda384d7eccc | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Jun 18 14:01:18 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Jun 18 14:01:18 2012 +0000 |
tree | fd86ebc9bf2fee8642e349925f99cdf9faeb121c | |
parent | 0cf52376fbe5724f21a00f65639eb032fcb14e5f [diff] |
Mp4: fixed non-keyframe seeks in some cases (ticket #175). Number of entries in stsc atom was wrong if we've added an entry to split a chunk. Additionally, there is no need to add an entry if we are going to split last chunk in an entry, it's enough to update the entry we already have. Previously new entry was added and old one was left as is, resulting in incorrect entry with zero chunks which might confuse some software.