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
commitd41108c91fcf2f7a47b733c61ee5983cf22bd6a8 (patch)
treedd9c47c44c3fbabd34dd29f5711f3ba1e7b2e49c /include/media
parent92bda84b11ba2aec98036313784444d9f5aebc9a (diff)
downloadframeworks_base-d41108c91fcf2f7a47b733c61ee5983cf22bd6a8.zip
frameworks_base-d41108c91fcf2f7a47b733c61ee5983cf22bd6a8.tar.gz
frameworks_base-d41108c91fcf2f7a47b733c61ee5983cf22bd6a8.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);
};