Loading media/extractors/mp4/SampleIterator.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -355,7 +355,7 @@ status_t SampleIterator::findSampleTimeAndDuration( if (offset > 0) { *time += offset; } else { *time -= (offset == INT64_MIN ? INT64_MAX : (-offset)); *time -= (offset == INT32_MIN ? INT64_MAX : (-offset)); } *duration = mTTSDuration; Loading Loading
media/extractors/mp4/SampleIterator.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -355,7 +355,7 @@ status_t SampleIterator::findSampleTimeAndDuration( if (offset > 0) { *time += offset; } else { *time -= (offset == INT64_MIN ? INT64_MAX : (-offset)); *time -= (offset == INT32_MIN ? INT64_MAX : (-offset)); } *duration = mTTSDuration; Loading