am 5352e237: Merge change 22968 into eclair
Merge commit '5352e237cad365f39c87aaeda3822c891c7ca474' into eclair-plus-aosp * commit '5352e237cad365f39c87aaeda3822c891c7ca474': Fix a typo.
This commit is contained in:
@@ -272,7 +272,7 @@ status_t SampleTable::getChunkOffset(uint32_t chunk_index, off_t *offset) {
|
|||||||
|
|
||||||
*offset = ntohl(offset32);
|
*offset = ntohl(offset32);
|
||||||
} else {
|
} else {
|
||||||
CHECK_EQ(mChunkOffsetOffset, kChunkOffsetType64);
|
CHECK_EQ(mChunkOffsetType, kChunkOffsetType64);
|
||||||
|
|
||||||
uint64_t offset64;
|
uint64_t offset64;
|
||||||
if (mDataSource->read_at(
|
if (mDataSource->read_at(
|
||||||
|
|||||||
Reference in New Issue
Block a user