diff options
author | Chong Zhang <chz@google.com> | 2015-07-17 16:25:03 -0700 |
---|---|---|
committer | Chong Zhang <chz@google.com> | 2015-07-17 17:14:29 -0700 |
commit | 505aab41c0e8e79a49d4506344fcd9d220d5965b (patch) | |
tree | 4f1389e7281cbd3973f6c4af7c15dd4ff164d849 /include/media | |
parent | a8dc93efc9be8d5e37c7473601fb8654804188c1 (diff) | |
download | frameworks_av-505aab41c0e8e79a49d4506344fcd9d220d5965b.zip frameworks_av-505aab41c0e8e79a49d4506344fcd9d220d5965b.tar.gz frameworks_av-505aab41c0e8e79a49d4506344fcd9d220d5965b.tar.bz2 |
fix soft renderer rotation
bug: 13222807
Change-Id: I6f6f417422d3a18117b594670bb23e3019d449bb
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/stagefright/MediaCodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/MediaCodec.h b/include/media/stagefright/MediaCodec.h index 09cbe8f..720778b 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; |