From ab334fd351ae5a0e18903da123d63e565b536874 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Wed, 14 Mar 2012 12:56:06 -0700 Subject: 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 --- media/libaah_rtp/aah_decoder_pump.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media/libaah_rtp/aah_decoder_pump.h') 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 format_; - int32_t format_channels_; + int32_t format_channels_; // channel count, not channel mask int32_t format_sample_rate_; sp decoder_; -- cgit v1.1