summaryrefslogtreecommitdiffstats
path: root/include/media/nbaio/SourceAudioBufferProvider.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/nbaio/SourceAudioBufferProvider.h')
-rw-r--r--include/media/nbaio/SourceAudioBufferProvider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/nbaio/SourceAudioBufferProvider.h b/include/media/nbaio/SourceAudioBufferProvider.h
index cdfb6fe..daf6bc3 100644
--- a/include/media/nbaio/SourceAudioBufferProvider.h
+++ b/include/media/nbaio/SourceAudioBufferProvider.h
@@ -41,7 +41,7 @@ public:
private:
const sp<NBAIO_Source> mSource; // the wrapped source
- /*const*/ size_t mFrameBitShift; // log2(frame size in bytes)
+ /*const*/ size_t mFrameSize; // frame size in bytes
void* mAllocated; // pointer to base of allocated memory
size_t mSize; // size of mAllocated in frames
size_t mOffset; // frame offset within mAllocated of valid data