summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-08-06 14:31:26 -0700
committerGlenn Kasten <gkasten@google.com>2013-08-06 14:31:26 -0700
commit6d238e5ecb4c4266bc865a067072a30187e55f97 (patch)
treefde6cf604d0d20860431d60b1ce76c6130118beb /include/media/AudioRecord.h
parentdeeef54487a34034dc0cfaab20b20d557224c07c (diff)
downloadframeworks_av-6d238e5ecb4c4266bc865a067072a30187e55f97.zip
frameworks_av-6d238e5ecb4c4266bc865a067072a30187e55f97.tar.gz
frameworks_av-6d238e5ecb4c4266bc865a067072a30187e55f97.tar.bz2
Line length 100
Change-Id: I8ad58a961cefd0b0c2b041e04fd78669917453d1
Diffstat (limited to 'include/media/AudioRecord.h')
-rw-r--r--include/media/AudioRecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index eef108b..7947caf 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -60,7 +60,7 @@ public:
size_t frameCount; // number of sample frames corresponding to size;
// on input it is the number of frames available,
// on output is the number of frames actually drained
- // (currently ignored, but will make the primary field in future)
+ // (currently ignored but will make the primary field in future)
size_t size; // input/output in bytes == frameCount * frameSize
// FIXME this is redundant with respect to frameCount,