summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/M3UParser.h
diff options
context:
space:
mode:
authorRobert Shih <robertshih@google.com>2014-02-24 19:33:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-24 19:33:45 +0000
commit20550a3ae42e2797776802149e3be420ecb064b8 (patch)
tree0eb94c4b930ec372d74bf32cf90830cbbba46158 /media/libstagefright/httplive/M3UParser.h
parent587e84cd328d8f236b2d9f26c5426b3ba8ed0d02 (diff)
parentef8adf8ce4ece039a839f42a22b436d8ae077f37 (diff)
downloadframeworks_av-20550a3ae42e2797776802149e3be420ecb064b8.zip
frameworks_av-20550a3ae42e2797776802149e3be420ecb064b8.tar.gz
frameworks_av-20550a3ae42e2797776802149e3be420ecb064b8.tar.bz2
Merge "stagefright: use CODECS field in EXT-X_STREAM-INF as fallback"
Diffstat (limited to 'media/libstagefright/httplive/M3UParser.h')
-rw-r--r--media/libstagefright/httplive/M3UParser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/libstagefright/httplive/M3UParser.h b/media/libstagefright/httplive/M3UParser.h
index 2051e41..ccd6556 100644
--- a/media/libstagefright/httplive/M3UParser.h
+++ b/media/libstagefright/httplive/M3UParser.h
@@ -96,6 +96,10 @@ private:
static status_t ParseInt32(const char *s, int32_t *x);
static status_t ParseDouble(const char *s, double *x);
+ static bool isQuotedString(const AString &str);
+ static AString unquoteString(const AString &str);
+ static bool codecIsType(const AString &codec, const char *type);
+
DISALLOW_EVIL_CONSTRUCTORS(M3UParser);
};