diff options
author | James Dong <jdong@google.com> | 2011-09-12 19:56:23 -0700 |
---|---|---|
committer | James Dong <jdong@google.com> | 2011-09-13 11:00:17 -0700 |
commit | 9a5e04438df742c297c5dbcdb60e6fd4d8f8321d (patch) | |
tree | 8c9ae8e852283e296194f4b06f3a2ca41d046113 /include | |
parent | 9215ea4cd8bc5f9c9770c5c34a009dc7c6068f86 (diff) | |
download | frameworks_av-9a5e04438df742c297c5dbcdb60e6fd4d8f8321d.zip frameworks_av-9a5e04438df742c297c5dbcdb60e6fd4d8f8321d.tar.gz frameworks_av-9a5e04438df742c297c5dbcdb60e6fd4d8f8321d.tar.bz2 |
Change an assert failure due to unsupported level by HW AVC decoder and report the error to applications
Change-Id: I522a994981d86329ccc86c3b536b561dc6e40eeb
related-to-bug: 5300618
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/OMXCodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h index 2932744..8baf5ec 100644 --- a/include/media/stagefright/OMXCodec.h +++ b/include/media/stagefright/OMXCodec.h @@ -303,7 +303,7 @@ private: bool flushPortAsync(OMX_U32 portIndex); void disablePortAsync(OMX_U32 portIndex); - void enablePortAsync(OMX_U32 portIndex); + status_t enablePortAsync(OMX_U32 portIndex); static size_t countBuffersWeOwn(const Vector<BufferInfo> &buffers); static bool isIntermediateState(State state); |