summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/timedtext/TimedTextSRTSource.h
diff options
context:
space:
mode:
authorInsun Kang <insun@google.com>2012-04-21 15:38:02 +0900
committerInsun Kang <insun@google.com>2012-05-01 14:54:30 +0900
commit0a2f0e047a2e593c62f54b07b903baf4728b9d0a (patch)
tree026b58b528f7d89b7e9d2c3f155e17bc4d431dde /media/libstagefright/timedtext/TimedTextSRTSource.h
parente370bb62b89d2f2980f519392010ea08a24c558e (diff)
downloadframeworks_av-0a2f0e047a2e593c62f54b07b903baf4728b9d0a.zip
frameworks_av-0a2f0e047a2e593c62f54b07b903baf4728b9d0a.tar.gz
frameworks_av-0a2f0e047a2e593c62f54b07b903baf4728b9d0a.tar.bz2
Fix a bug on subtitle (SRT).
Bug: 6375542 Change-Id: Ic5dd5a1826b9f78ccbbddc4dec33b0e915b9329f
Diffstat (limited to 'media/libstagefright/timedtext/TimedTextSRTSource.h')
-rw-r--r--media/libstagefright/timedtext/TimedTextSRTSource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/timedtext/TimedTextSRTSource.h b/media/libstagefright/timedtext/TimedTextSRTSource.h
index e1371b8..9eeab39 100644
--- a/media/libstagefright/timedtext/TimedTextSRTSource.h
+++ b/media/libstagefright/timedtext/TimedTextSRTSource.h
@@ -56,7 +56,7 @@ private:
int textLen;
};
- int mIndex;
+ size_t mIndex;
KeyedVector<int64_t, TextInfo> mTextVector;
void reset();