diff options
Diffstat (limited to 'include')
| -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 05f6786..8b5b862 100644 --- a/include/media/stagefright/ACodec.h +++ b/include/media/stagefright/ACodec.h @@ -236,6 +236,7 @@ private:      bool mSentFormat;      bool mIsVideo;      bool mIsEncoder; +    bool mFatalError;      bool mShutdownInProgress;      bool mExplicitShutdown;  | 
