summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-08-09 14:26:10 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-08-09 14:26:10 +0000
commit5e078add4022360d18328ec41eee75703e8c424c (patch)
tree0ce370a37ef3ef6624b0f762b10424e736a7a805 /include/media/AudioRecord.h
parent3cb40d7882b93c242267de0b8db10ef8957b3a24 (diff)
parent6d238e5ecb4c4266bc865a067072a30187e55f97 (diff)
downloadframeworks_av-5e078add4022360d18328ec41eee75703e8c424c.zip
frameworks_av-5e078add4022360d18328ec41eee75703e8c424c.tar.gz
frameworks_av-5e078add4022360d18328ec41eee75703e8c424c.tar.bz2
Merge "Line length 100"
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 f457261..7fcb661 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,