summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/MPEG2TSExtractor.h
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2014-11-17 20:00:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-17 20:00:15 +0000
commitc80b9b834b2e443a2010e3b6d90d50d8b4a60fe4 (patch)
treea6a2057e69e40f15b8437a086b3fb9b49bfc4542 /media/libstagefright/include/MPEG2TSExtractor.h
parent3bc345f5719c0c20518eee69843d45653ff67d9b (diff)
parent86a58cabe322b746ab0eb17f0cade34ed68ba60e (diff)
downloadframeworks_av-c80b9b834b2e443a2010e3b6d90d50d8b4a60fe4.zip
frameworks_av-c80b9b834b2e443a2010e3b6d90d50d8b4a60fe4.tar.gz
frameworks_av-c80b9b834b2e443a2010e3b6d90d50d8b4a60fe4.tar.bz2
Merge "Fix struct vs. class mismatches"
Diffstat (limited to 'media/libstagefright/include/MPEG2TSExtractor.h')
-rw-r--r--media/libstagefright/include/MPEG2TSExtractor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/include/MPEG2TSExtractor.h b/media/libstagefright/include/MPEG2TSExtractor.h
index c5e86a6..db1187d 100644
--- a/media/libstagefright/include/MPEG2TSExtractor.h
+++ b/media/libstagefright/include/MPEG2TSExtractor.h
@@ -28,7 +28,7 @@ namespace android {
struct AMessage;
struct AnotherPacketSource;
struct ATSParser;
-struct DataSource;
+class DataSource;
struct MPEG2TSSource;
struct String8;