From 4e865a3cfe4c955e0890321a6b488cf661808b63 Mon Sep 17 00:00:00 2001 From: Lajos Molnar Date: Fri, 5 Dec 2014 15:54:51 -0800 Subject: 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 --- include/media/stagefright/ACodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 mNativeWindow; sp mInputFormat; sp mOutputFormat; + sp mBaseOutputFormat; Vector mBuffers[2]; bool mPortEOS[2]; -- cgit v1.1