summaryrefslogtreecommitdiffstats
path: root/media/libaah_rtp/aah_decoder_pump.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-03-14 12:56:06 -0700
committerGlenn Kasten <gkasten@google.com>2012-03-15 13:15:27 -0700
commitab334fd351ae5a0e18903da123d63e565b536874 (patch)
tree9bcc5a6151326d9ca345f9dfac0d9d68d48e73b4 /media/libaah_rtp/aah_decoder_pump.h
parent3c5bbaee376d235404f267fbe1693d1960bfaaef (diff)
downloadframeworks_av-ab334fd351ae5a0e18903da123d63e565b536874.zip
frameworks_av-ab334fd351ae5a0e18903da123d63e565b536874.tar.gz
frameworks_av-ab334fd351ae5a0e18903da123d63e565b536874.tar.bz2
audio_channel_in/out_mask_from_count
and avoid ambiguous term "channels" where it might be confusing as to whether it is a channel mask or channel count Change-Id: I744fa08ccb6001a98c97bd638d2c9d56836c4234
Diffstat (limited to 'media/libaah_rtp/aah_decoder_pump.h')
-rw-r--r--media/libaah_rtp/aah_decoder_pump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libaah_rtp/aah_decoder_pump.h b/media/libaah_rtp/aah_decoder_pump.h
index f5a6529..4d57e49 100644
--- a/media/libaah_rtp/aah_decoder_pump.h
+++ b/media/libaah_rtp/aah_decoder_pump.h
@@ -75,7 +75,7 @@ class AAH_DecoderPump : public MediaSource {
void stopAndCleanupRenderer();
sp<MetaData> format_;
- int32_t format_channels_;
+ int32_t format_channels_; // channel count, not channel mask
int32_t format_sample_rate_;
sp<MediaSource> decoder_;