summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/ID3.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-12-14 09:49:29 -0800
committerAndreas Huber <andih@google.com>2010-12-14 09:51:11 -0800
commit428d96d5f882d01acb0abb7e1ceb51d4ccc48efa (patch)
treea1be1118038ea4bcaa3aaa634412f778acbcf755 /media/libstagefright/include/ID3.h
parent985f838934510983d8a887461e98dca60a6e858f (diff)
downloadframeworks_av-428d96d5f882d01acb0abb7e1ceb51d4ccc48efa.zip
frameworks_av-428d96d5f882d01acb0abb7e1ceb51d4ccc48efa.tar.gz
frameworks_av-428d96d5f882d01acb0abb7e1ceb51d4ccc48efa.tar.bz2
Support malformed ID3 V2.4 tags written by early versions of iTunes.
Change-Id: I90c2a9bbf216e2ae9a37accdaa2214233f5e54ea related-to-bug: 3275576
Diffstat (limited to 'media/libstagefright/include/ID3.h')
-rw-r--r--media/libstagefright/include/ID3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/include/ID3.h b/media/libstagefright/include/ID3.h
index 7ddbb41..98c82a4 100644
--- a/media/libstagefright/include/ID3.h
+++ b/media/libstagefright/include/ID3.h
@@ -80,7 +80,7 @@ private:
bool parseV1(const sp<DataSource> &source);
bool parseV2(const sp<DataSource> &source);
void removeUnsynchronization();
- bool removeUnsynchronizationV2_4();
+ bool removeUnsynchronizationV2_4(bool iTunesHack);
static bool ParseSyncsafeInteger(const uint8_t encoded[4], size_t *x);