summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-08-27 14:05:07 -0700
committerAndreas Huber <andih@google.com>2009-08-27 14:05:47 -0700
commit3986afef0cf74b7519b1b25630b208e728a6ed5b (patch)
tree69c1ccd961638d625f3c6a039257c746eefd273b /media
parente18d4d01152071f3a489a0d3077ad89dfa1f3851 (diff)
downloadframeworks_base-3986afef0cf74b7519b1b25630b208e728a6ed5b.zip
frameworks_base-3986afef0cf74b7519b1b25630b208e728a6ed5b.tar.gz
frameworks_base-3986afef0cf74b7519b1b25630b208e728a6ed5b.tar.bz2
Fix a typo.
Diffstat (limited to 'media')
-rw-r--r--media/libstagefright/SampleTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/SampleTable.cpp b/media/libstagefright/SampleTable.cpp
index 5e32559..8efa7c7 100644
--- a/media/libstagefright/SampleTable.cpp
+++ b/media/libstagefright/SampleTable.cpp
@@ -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(