summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-09-26 10:53:29 -0700
committerAndreas Huber <andih@google.com>2011-09-26 10:53:29 -0700
commitdc9bacd838442a524585887e6ea6696836be2eda (patch)
tree230135b6bc20bff2be5a8292e91c0fac86201039 /include/media
parentece731de0c0af30917316d55313f25c56f91960d (diff)
downloadframeworks_av-dc9bacd838442a524585887e6ea6696836be2eda.zip
frameworks_av-dc9bacd838442a524585887e6ea6696836be2eda.tar.gz
frameworks_av-dc9bacd838442a524585887e6ea6696836be2eda.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.h1
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;