summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2015-07-18 04:52:50 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-18 04:52:51 +0000
commitf8f669d7a727e4ad5505cd85741f4d50dbaffbf9 (patch)
tree5e6a28a6a6ead0798be7bab2e61eff08def18303 /include
parent51390b48d311d1164a6638d3fe0b4a48aaa9028f (diff)
parent505aab41c0e8e79a49d4506344fcd9d220d5965b (diff)
downloadframeworks_av-f8f669d7a727e4ad5505cd85741f4d50dbaffbf9.zip
frameworks_av-f8f669d7a727e4ad5505cd85741f4d50dbaffbf9.tar.gz
frameworks_av-f8f669d7a727e4ad5505cd85741f4d50dbaffbf9.tar.bz2
Merge "fix soft renderer rotation" into mnc-dev
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/MediaCodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/MediaCodec.h b/include/media/stagefright/MediaCodec.h
index b1dc278..b621b9c 100644
--- a/include/media/stagefright/MediaCodec.h
+++ b/include/media/stagefright/MediaCodec.h
@@ -299,6 +299,7 @@ private:
bool mIsVideo;
int32_t mVideoWidth;
int32_t mVideoHeight;
+ int32_t mRotationDegrees;
// initial create parameters
AString mInitName;