Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15e762bd authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 533dc786: am 7d146197: Merge "Fix divide by zero." into gingerbread

Merge commit '533dc786'

* commit '533dc786':
  Fix divide by zero.
parents a2619da0 533dc786
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -361,7 +361,7 @@ status_t MyVorbisExtractor::readNextPacket(MediaBuffer **out) {
                memcpy(tmp->data(), buffer->data(), buffer->range_length());
                tmp->set_range(0, buffer->range_length());
                buffer->release();
            } else {
            } else if (mVi.rate) {
                // XXX Not only is this not technically the correct time for
                // this packet, we also stamp every packet in this page
                // with the same time. This needs fixing later.