From 3986afef0cf74b7519b1b25630b208e728a6ed5b Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Thu, 27 Aug 2009 14:05:07 -0700 Subject: [PATCH] Fix a typo. --- media/libstagefright/SampleTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/libstagefright/SampleTable.cpp b/media/libstagefright/SampleTable.cpp index 5e3255991c5e6..8efa7c7bd7219 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(