diff options
author | Manikanta Kanamarlapudi <kmanikan@codeaurora.org> | 2015-04-09 11:13:47 +0530 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-12-09 22:52:49 -0800 |
commit | 7450c3dafe7413576e30b249834f31785e92cc25 (patch) | |
tree | e52af8c91219e9c6e3edefee18f6df1f32a65454 /include | |
parent | c97328535b36bb30a6242f26e161722c1bbbc3d3 (diff) | |
download | frameworks_av-7450c3dafe7413576e30b249834f31785e92cc25.zip frameworks_av-7450c3dafe7413576e30b249834f31785e92cc25.tar.gz frameworks_av-7450c3dafe7413576e30b249834f31785e92cc25.tar.bz2 |
libstagefright: Fix for testException
Handled decoder configure call for encoder
component and vice-versa in fallback logic
CRs-Fixed: 891538
Change-Id: Ibb0d2da829a0e0f907ad8265836bac0466de1b4d
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/ACodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h index 3c5a457..d28d3d9 100644 --- a/include/media/stagefright/ACodec.h +++ b/include/media/stagefright/ACodec.h @@ -243,6 +243,8 @@ protected: bool mSentFormat; bool mIsVideo; bool mIsEncoder; + bool mEncoderComponent; + bool mComponentAllocByName; bool mFatalError; bool mShutdownInProgress; bool mExplicitShutdown; |