summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2015-04-27 22:55:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-27 22:55:38 +0000
commit4275065e89b121fd2f9bd4e0440577348d5ce663 (patch)
tree79c39316a30e8c413a5c614eaaa157f710a650fb /include
parentc721e71f4d7e3cd4fc9332fd55fb6942f54cec39 (diff)
parent8db8813d39e3c8b5fbd580dfc3062830744afd63 (diff)
downloadframeworks_av-4275065e89b121fd2f9bd4e0440577348d5ce663.zip
frameworks_av-4275065e89b121fd2f9bd4e0440577348d5ce663.tar.gz
frameworks_av-4275065e89b121fd2f9bd4e0440577348d5ce663.tar.bz2
Merge "DO NOT MERGE libmediaplayerservice: set priority and operating rate for the codec used by nuplayer." into mnc-dev
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 a8d0fcb..c14e6c0 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -192,6 +192,7 @@ private:
List<sp<AMessage> > mDeferredQueue;
bool mSentFormat;
+ bool mIsVideo;
bool mIsEncoder;
bool mUseMetadataOnEncoderOutput;
bool mShutdownInProgress;