summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-03-07 08:37:57 -0800
committerGlenn Kasten <gkasten@google.com>2014-03-07 08:39:09 -0800
commitf69f9869514730aebe5724c461768507084dfff7 (patch)
tree0f14d23d8b7a26669317bb29055301a473821f2e /include
parent8eec77066635c30b8ddce79cf9433357cf3afa1a (diff)
downloadframeworks_av-f69f9869514730aebe5724c461768507084dfff7.zip
frameworks_av-f69f9869514730aebe5724c461768507084dfff7.tar.gz
frameworks_av-f69f9869514730aebe5724c461768507084dfff7.tar.bz2
NBAIO::Format_from_SR_C requires audio_format_t parameter
Change-Id: I4b65f6ed2f6ca3608b3a5f88f52a93af0b9b1f4a
Diffstat (limited to 'include')
-rw-r--r--include/media/nbaio/NBAIO.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/media/nbaio/NBAIO.h b/include/media/nbaio/NBAIO.h
index ab9a4a5..5278bf8 100644
--- a/include/media/nbaio/NBAIO.h
+++ b/include/media/nbaio/NBAIO.h
@@ -67,9 +67,8 @@ extern const NBAIO_Format Format_Invalid;
size_t Format_frameSize(const NBAIO_Format& format);
// Convert a sample rate in Hz and channel count to an NBAIO_Format
-// FIXME Remove the default value of AUDIO_FORMAT_PCM_16_BIT, and rename
-NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount,
- audio_format_t format = AUDIO_FORMAT_PCM_16_BIT);
+// FIXME rename
+NBAIO_Format Format_from_SR_C(unsigned sampleRate, unsigned channelCount, audio_format_t format);
// Return the sample rate in Hz of an NBAIO_Format
unsigned Format_sampleRate(const NBAIO_Format& format);