summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-12-05 15:54:51 -0800
committerLajos Molnar <lajos@google.com>2014-12-05 16:05:58 -0800
commit4e865a3cfe4c955e0890321a6b488cf661808b63 (patch)
tree468dc095999eef48d402e92af1b6b80eaed36333 /include
parenta147c17adabaab819ac108fbc448c49525cf74bc (diff)
downloadframeworks_av-4e865a3cfe4c955e0890321a6b488cf661808b63.zip
frameworks_av-4e865a3cfe4c955e0890321a6b488cf661808b63.tar.gz
frameworks_av-4e865a3cfe4c955e0890321a6b488cf661808b63.tar.bz2
stagefright: preserve output format flags on format change
Some flags are only set in configure, and get lost when output format changes. Bug: 17383204 Change-Id: I2011bce70920c4ee46fccc378da3b428f3395c11
Diffstat (limited to 'include')
-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 fcccc6d..4d4ce90 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -182,6 +182,7 @@ private:
sp<ANativeWindow> mNativeWindow;
sp<AMessage> mInputFormat;
sp<AMessage> mOutputFormat;
+ sp<AMessage> mBaseOutputFormat;
Vector<BufferInfo> mBuffers[2];
bool mPortEOS[2];