summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-09-12 14:21:42 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-12 14:21:42 -0700
commit9215ea4cd8bc5f9c9770c5c34a009dc7c6068f86 (patch)
treeee1509ee703b1903d33e69fef639dfdf4a2779c9 /include
parentc6c4572cd35f739bfac2aa439b3664032e03dcd8 (diff)
parentcc54fbaa69c0b69929467449d2c19192f15b5039 (diff)
downloadframeworks_av-9215ea4cd8bc5f9c9770c5c34a009dc7c6068f86.zip
frameworks_av-9215ea4cd8bc5f9c9770c5c34a009dc7c6068f86.tar.gz
frameworks_av-9215ea4cd8bc5f9c9770c5c34a009dc7c6068f86.tar.bz2
Merge "Turn an another assertion into a runtime error in ACodec's implementation"
Diffstat (limited to 'include')
-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);
};