commit | 53f69c194d7ae8105b4c6d0c9901eb96281c7bf9 | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Fri Jun 29 18:39:46 2012 -0700 |
committer | James Dong <jdong@google.com> | Fri Jun 29 18:40:10 2012 -0700 |
tree | 2292ebb04e8aa5f4851a37122c090373c9a75788 | |
parent | a0108697f86d8625eb7ad3f13e422427fe7573ca [diff] |
Fixed a video editor crash due to "divided by 0" The crash was because the video sample was too short and has 0 duration (or a single frame video). This patch is just simply not to support 0 duration video for editing. Change-Id: I2c7ff78b1e884a4d3a5051f87cdbeeb5dc3078a6 related-to-bug: 6670656