summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-03-27 16:44:23 -0700
committerLajos Molnar <lajos@google.com>2014-03-27 17:08:00 -0700
commit114c1b6553e3d2dc5f2780a76d92bb382234220c (patch)
tree4402098cdfb6cbaa5e633434c1b0f91b3064a2f4 /include
parentf5ee327780ea2b538b8affafa8063f0ce0390fe0 (diff)
downloadframeworks_av-114c1b6553e3d2dc5f2780a76d92bb382234220c.zip
frameworks_av-114c1b6553e3d2dc5f2780a76d92bb382234220c.tar.gz
frameworks_av-114c1b6553e3d2dc5f2780a76d92bb382234220c.tar.bz2
DO NOT MERGE: Revert "mediaplayer: keep more buffers with the BufferQueue"
This reverts commit b635b0e66b257ab442e230bca96afd5105cf6829. Bug: 13655631
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index 46c62dc..bf3a998 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -203,7 +203,6 @@ private:
unsigned mDequeueCounter;
bool mStoreMetaDataInOutputBuffers;
int32_t mMetaDataBuffersToSubmit;
- size_t mNumUndequeuedBuffers;
int64_t mRepeatFrameDelayUs;
int64_t mMaxPtsGapUs;