summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-09-12 14:14:08 -0700
committerAndreas Huber <andih@google.com>2011-09-12 14:14:08 -0700
commitcc54fbaa69c0b69929467449d2c19192f15b5039 (patch)
treed0f0aaade0935a827e7dca1ba5659afd64c68417 /include/media
parentfb6f03425a791dcc4188462c860becf6ca6be4ea (diff)
downloadframeworks_av-cc54fbaa69c0b69929467449d2c19192f15b5039.zip
frameworks_av-cc54fbaa69c0b69929467449d2c19192f15b5039.tar.gz
frameworks_av-cc54fbaa69c0b69929467449d2c19192f15b5039.tar.bz2
Turn an another assertion into a runtime error in ACodec's implementation
Change-Id: I6779b29f200b90d088273ab3204724ef3d8d59bd related-to-bug: 5284760
Diffstat (limited to 'include/media')
-rw-r--r--include/media/stagefright/ACodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h
index e965f14..b7286e5 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -164,6 +164,8 @@ private:
void sendFormatChange();
+ void signalError(OMX_ERRORTYPE error = OMX_ErrorUndefined);
+
DISALLOW_EVIL_CONSTRUCTORS(ACodec);
};