summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
diff options
context:
space:
mode:
authorRobert Shih <robertshih@google.com>2015-06-05 23:58:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-05 23:58:04 +0000
commit23b6ee36e0d453d5ca9ff6b91e287a2be2325582 (patch)
treeb49e727cc4d43545469f3476837a65625020b9d2 /media/libstagefright/include
parentafd492436efc7f66b958da14659b52232efa5910 (diff)
parent8c10a80cf1af68f15eb39552ca116ec6f04fc173 (diff)
downloadframeworks_av-23b6ee36e0d453d5ca9ff6b91e287a2be2325582.zip
frameworks_av-23b6ee36e0d453d5ca9ff6b91e287a2be2325582.tar.gz
frameworks_av-23b6ee36e0d453d5ca9ff6b91e287a2be2325582.tar.bz2
Merge "stagefright: initial Ogg Opus support" into mnc-dev
Diffstat (limited to 'media/libstagefright/include')
-rw-r--r--media/libstagefright/include/OggExtractor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/libstagefright/include/OggExtractor.h b/media/libstagefright/include/OggExtractor.h
index e97c8cd..c647cbb 100644
--- a/media/libstagefright/include/OggExtractor.h
+++ b/media/libstagefright/include/OggExtractor.h
@@ -27,7 +27,7 @@ struct AMessage;
class DataSource;
class String8;
-struct MyVorbisExtractor;
+struct MyOggExtractor;
struct OggSource;
struct OggExtractor : public MediaExtractor {
@@ -48,7 +48,7 @@ private:
sp<DataSource> mDataSource;
status_t mInitCheck;
- MyVorbisExtractor *mImpl;
+ MyOggExtractor *mImpl;
OggExtractor(const OggExtractor &);
OggExtractor &operator=(const OggExtractor &);