summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2015-08-14 13:50:02 -0700
committerChong Zhang <chz@google.com>2015-08-14 21:59:17 +0000
commita89cfb6cab17700efa62665cda3bc4b87c6f1ad8 (patch)
tree397cbabac6f864c1c8841d584ad08d4261a73795 /include
parent49f0246c2eac50bbfebf48316b1086de64ac9860 (diff)
downloadframeworks_av-a89cfb6cab17700efa62665cda3bc4b87c6f1ad8.zip
frameworks_av-a89cfb6cab17700efa62665cda3bc4b87c6f1ad8.tar.gz
frameworks_av-a89cfb6cab17700efa62665cda3bc4b87c6f1ad8.tar.bz2
do not dequeue from native window after we hit fatal error
bug: 22845824 Change-Id: I8c375790c697e02b6ab3ea54b84d3f70d5e78141 (cherry picked from commit 346de3c26a8fbd0fa0c8102f4a21ea4dcee4432a)
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/ACodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index 05f6786..8b5b862 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -236,6 +236,7 @@ private:
bool mSentFormat;
bool mIsVideo;
bool mIsEncoder;
+ bool mFatalError;
bool mShutdownInProgress;
bool mExplicitShutdown;