summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/WAVExtractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/libstagefright/include/WAVExtractor.h')
-rw-r--r--media/libstagefright/include/WAVExtractor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/media/libstagefright/include/WAVExtractor.h b/media/libstagefright/include/WAVExtractor.h
index 3e847b9..df6d3e7 100644
--- a/media/libstagefright/include/WAVExtractor.h
+++ b/media/libstagefright/include/WAVExtractor.h
@@ -22,6 +22,7 @@
namespace android {
+struct AMessage;
class DataSource;
class String8;
@@ -58,7 +59,8 @@ private:
};
bool SniffWAV(
- const sp<DataSource> &source, String8 *mimeType, float *confidence);
+ const sp<DataSource> &source, String8 *mimeType, float *confidence,
+ sp<AMessage> *);
} // namespace android