summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRonghua Wu <ronghuawu@google.com>2015-04-22 13:51:35 -0700
committerRonghua Wu <ronghuawu@google.com>2015-04-27 21:20:31 +0000
commit8db8813d39e3c8b5fbd580dfc3062830744afd63 (patch)
treee2573de1c55ee05a5c075153835cebaeadecb4eb /include
parent5e95559255d1abd62c78b308731ebe3991186e94 (diff)
downloadframeworks_av-8db8813d39e3c8b5fbd580dfc3062830744afd63.zip
frameworks_av-8db8813d39e3c8b5fbd580dfc3062830744afd63.tar.gz
frameworks_av-8db8813d39e3c8b5fbd580dfc3062830744afd63.tar.bz2
DO NOT MERGE libmediaplayerservice: set priority and operating rate for the codec used by nuplayer.
Bug: 20481562 Change-Id: I9806414962352fbcda726f8274f1cd348c961de0 (cherry picked from commit f19f5d716b39a5d9dc1abdcd5a16a7aaf1b1ab8b)
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;