diff options
author | Andreas Huber <andih@google.com> | 2011-09-26 10:53:29 -0700 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2011-09-26 10:53:29 -0700 |
commit | 928baf1f5480f67c1916a933d691e38de4f0a575 (patch) | |
tree | bab54f6848e44f3722502ce31c5734bede91e5e2 /include/media | |
parent | 3bade9504a648ce7606b876dc7d71b4684e279c9 (diff) | |
download | frameworks_base-928baf1f5480f67c1916a933d691e38de4f0a575.zip frameworks_base-928baf1f5480f67c1916a933d691e38de4f0a575.tar.gz frameworks_base-928baf1f5480f67c1916a933d691e38de4f0a575.tar.bz2 |
Propagate error signalled by the source all the way to the output EOS notification.
Change-Id: I30e959a6d669f09745c59fbdebee08f869511cf7
related-to-bug: 5372901
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/stagefright/ACodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h index b7286e5..9da9907 100644 --- a/include/media/stagefright/ACodec.h +++ b/include/media/stagefright/ACodec.h @@ -113,6 +113,7 @@ private: Vector<BufferInfo> mBuffers[2]; bool mPortEOS[2]; + status_t mInputEOSResult; List<sp<AMessage> > mDeferredQueue; |