summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-10-21 16:07:52 -0700
committerLajos Molnar <lajos@google.com>2014-10-21 16:14:11 -0700
commit30358faf33fb9b638257b017fadb4c5f7352d903 (patch)
tree9cf39ac9b04a8de88c5b1dbd40d2c8631efc2115 /include
parent7de5ac1f067ec61f7ea424d5534cfd40987b11fa (diff)
downloadframeworks_av-30358faf33fb9b638257b017fadb4c5f7352d903.zip
frameworks_av-30358faf33fb9b638257b017fadb4c5f7352d903.tar.gz
frameworks_av-30358faf33fb9b638257b017fadb4c5f7352d903.tar.bz2
stagefright: try to free codec instance if MediaCodec.release hangs
Bug: 18033275 Change-Id: If86cd26566d7b75941976f37829bbec619800778
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 d77ddaf..fcccc6d 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -120,6 +120,7 @@ private:
kWhatSetParameters = 'setP',
kWhatSubmitOutputMetaDataBufferIfEOS = 'subm',
kWhatOMXDied = 'OMXd',
+ kWhatReleaseCodecInstance = 'relC',
};
enum {