summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include/VorbisDecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/libstagefright/include/VorbisDecoder.h')
-rw-r--r--media/libstagefright/include/VorbisDecoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/include/VorbisDecoder.h b/media/libstagefright/include/VorbisDecoder.h
index e9a488a..13e8b77 100644
--- a/media/libstagefright/include/VorbisDecoder.h
+++ b/media/libstagefright/include/VorbisDecoder.h
@@ -55,6 +55,7 @@ private:
int32_t mSampleRate;
int64_t mAnchorTimeUs;
int64_t mNumFramesOutput;
+ int32_t mNumFramesLeftOnPage;
vorbis_dsp_state *mState;
vorbis_info *mVi;