summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2013-04-19 14:33:45 -0700
committerAndreas Huber <andih@google.com>2013-04-19 14:33:45 -0700
commit6b5d15099579c179d8e7531bb5abfb272614513a (patch)
tree79b6eb792a15126761fa391ce5ce38a74173267c /include
parent19c04c90478c4c5b8558a9b94713da148b4aa64c (diff)
downloadframeworks_av-6b5d15099579c179d8e7531bb5abfb272614513a.zip
frameworks_av-6b5d15099579c179d8e7531bb5abfb272614513a.tar.gz
frameworks_av-6b5d15099579c179d8e7531bb5abfb272614513a.tar.bz2
3rd time's the charm, right? Fix another instance where MediaCodec would
not return from a stop() or release() call if mediaserver dies at just the right moment. Change-Id: I7728f8df82d62602d4d272f8023aa88678dd7d95 related-to-bug: 8397711
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MediaCodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/MediaCodec.h b/include/media/stagefright/MediaCodec.h
index 35f46dc..a06a8e1 100644
--- a/include/media/stagefright/MediaCodec.h
+++ b/include/media/stagefright/MediaCodec.h
@@ -176,6 +176,7 @@ private:
kFlagDequeueInputPending = 16,
kFlagDequeueOutputPending = 32,
kFlagIsSecure = 64,
+ kFlagSawMediaServerDie = 128,
};
struct BufferInfo {