Merge change 22968 into eclair

* changes:
  Fix a typo.
This commit is contained in:
Android (Google) Code Review
2009-08-27 14:54:13 -07:00

View File

@@ -272,7 +272,7 @@ status_t SampleTable::getChunkOffset(uint32_t chunk_index, off_t *offset) {
*offset = ntohl(offset32);
} else {
CHECK_EQ(mChunkOffsetOffset, kChunkOffsetType64);
CHECK_EQ(mChunkOffsetType, kChunkOffsetType64);
uint64_t offset64;
if (mDataSource->read_at(