summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/OMXNodeInstance.cpp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-03-28 14:48:28 -0700
committerAndreas Huber <andih@google.com>2011-03-28 14:48:28 -0700
commit0c03d5c7c2fa4d17f7f5159e3fddd2adf6bfc923 (patch)
treeda55b57922910ef6c97e720a9b9d564b6941d81e /media/libstagefright/omx/OMXNodeInstance.cpp
parentb1d3d37c7990d22d0659e4c8c9aac56d4c09b6ea (diff)
downloadframeworks_av-0c03d5c7c2fa4d17f7f5159e3fddd2adf6bfc923.zip
frameworks_av-0c03d5c7c2fa4d17f7f5159e3fddd2adf6bfc923.tar.gz
frameworks_av-0c03d5c7c2fa4d17f7f5159e3fddd2adf6bfc923.tar.bz2
Ignore OMX codec messages once we're in ERROR state.
Change-Id: I2bdf58ed705a641be1f3aec89fa41cada6acfc96 related-to-bug: 4175573
Diffstat (limited to 'media/libstagefright/omx/OMXNodeInstance.cpp')
-rw-r--r--media/libstagefright/omx/OMXNodeInstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/omx/OMXNodeInstance.cpp b/media/libstagefright/omx/OMXNodeInstance.cpp
index 6cbd599..cdce772 100644
--- a/media/libstagefright/omx/OMXNodeInstance.cpp
+++ b/media/libstagefright/omx/OMXNodeInstance.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#define LOG_NDEBUG 0
+//#define LOG_NDEBUG 0
#define LOG_TAG "OMXNodeInstance"
#include <utils/Log.h>