summaryrefslogtreecommitdiffstats
path: root/include/ndk
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2014-05-21 16:08:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-21 16:08:05 +0000
commit7ac0039611ea7ea18f9545f96a8f5cb31dcdebe5 (patch)
tree853bd14855c46f874c7a6d5976b2fc3e1f2076f7 /include/ndk
parent498692535c7ceecb3434a99c47e4c90ba3fdd90e (diff)
parent0e03cf07deeda10c573657479591dcfbf1efca56 (diff)
downloadframeworks_av-7ac0039611ea7ea18f9545f96a8f5cb31dcdebe5.zip
frameworks_av-7ac0039611ea7ea18f9545f96a8f5cb31dcdebe5.tar.gz
frameworks_av-7ac0039611ea7ea18f9545f96a8f5cb31dcdebe5.tar.bz2
Merge "Remove the last of the references."
Diffstat (limited to 'include/ndk')
-rw-r--r--include/ndk/NdkMediaMuxer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ndk/NdkMediaMuxer.h b/include/ndk/NdkMediaMuxer.h
index 1ddc51d..90d946c 100644
--- a/include/ndk/NdkMediaMuxer.h
+++ b/include/ndk/NdkMediaMuxer.h
@@ -110,7 +110,7 @@ media_status_t AMediaMuxer_stop(AMediaMuxer*);
* by the encoder.)
*/
media_status_t AMediaMuxer_writeSampleData(AMediaMuxer *muxer,
- size_t trackIdx, const uint8_t *data, const AMediaCodecBufferInfo &info);
+ size_t trackIdx, const uint8_t *data, const AMediaCodecBufferInfo *info);
#ifdef __cplusplus
} // extern "C"