summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2014-07-30 17:25:06 -0700
committerChong Zhang <chz@google.com>2014-07-30 18:07:50 -0700
commite9e63bcf6c36351f1129b0bdc5e93f17f0f9f0b4 (patch)
treed48520e1b56036184891f9868fb045d20298d35f /include
parenta6d28be0be0fa813080a021bd6a5920a8cb4fbb1 (diff)
downloadframeworks_av-e9e63bcf6c36351f1129b0bdc5e93f17f0f9f0b4.zip
frameworks_av-e9e63bcf6c36351f1129b0bdc5e93f17f0f9f0b4.tar.gz
frameworks_av-e9e63bcf6c36351f1129b0bdc5e93f17f0f9f0b4.tar.bz2
handle rotation in NuPlayer
Bug: 16653284 Change-Id: I54165041da5a13498d627eee1b3ec59ef3c923b0
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 42a03bb..7f92671 100644
--- a/include/media/stagefright/ACodec.h
+++ b/include/media/stagefright/ACodec.h
@@ -190,6 +190,7 @@ private:
int32_t mEncoderDelay;
int32_t mEncoderPadding;
+ int32_t mRotationDegrees;
bool mChannelMaskPresent;
int32_t mChannelMask;