summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/on2/h264dec/SoftAVC.h
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-11-09 10:26:06 -0800
committerAndreas Huber <andih@google.com>2011-11-09 10:26:06 -0800
commit2961a85f5f00343c115ac8e5dc17de631694fb6e (patch)
treed63ced935a4f2ab3e6d02072481825f81fb65227 /media/libstagefright/codecs/on2/h264dec/SoftAVC.h
parent936a981ba15d528a023311aa32f46446813551d9 (diff)
downloadframeworks_av-2961a85f5f00343c115ac8e5dc17de631694fb6e.zip
frameworks_av-2961a85f5f00343c115ac8e5dc17de631694fb6e.tar.gz
frameworks_av-2961a85f5f00343c115ac8e5dc17de631694fb6e.tar.bz2
There's no point in trying to continue to decode after an error was signalled.
Change-Id: I2a2410cac9444eadd85be5d104799703171f1a24 related-to-bug: 5588658
Diffstat (limited to 'media/libstagefright/codecs/on2/h264dec/SoftAVC.h')
-rw-r--r--media/libstagefright/codecs/on2/h264dec/SoftAVC.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/codecs/on2/h264dec/SoftAVC.h b/media/libstagefright/codecs/on2/h264dec/SoftAVC.h
index 1cc85e8..879b014 100644
--- a/media/libstagefright/codecs/on2/h264dec/SoftAVC.h
+++ b/media/libstagefright/codecs/on2/h264dec/SoftAVC.h
@@ -88,6 +88,8 @@ private:
};
OutputPortSettingChange mOutputPortSettingsChange;
+ bool mSignalledError;
+
void initPorts();
status_t initDecoder();
void updatePortDefinitions();