DescriptionFix signed integers in track_run_iterator.cc
Sample sizes and durations in MP4 TRUN box are unsigned 32-bit integers
per ISO BMFF Byte Stream Format spec (see ISO/IEC 14496-12 section
8.8.8.2 describing syntax of TrackRunBox). They are correctly declared
as unsigned ints in box_definitions.h, but incorrectly declared as
signed integers in track_run_iterator.cc
Review-Url: https://codereview.chromium.org/2932853002
Cr-Commit-Position: refs/heads/master@{#478396}
Committed: https://chromium.googlesource.com/chromium/src/+/15d1b34174529968cac05a8902c96368687a8fd4
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|