summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author James Dong <jdong@google.com> 2010-11-08 18:00:14 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2010-11-08 18:00:14 -0800
commitd2d62d04fc387e2f51d414e101a3e8e3c45f415e (patch)
tree812f97147f4ef4f5ca63b0769459e93d22365fde /include
parent08686b0755a841d343249ac951db4ec2d7770cba (diff)
parent53ebc72fd83f83bb5536d5917390aae03b7f5cad (diff)
Merge "Support extracting thumbnail from rotated video tracks" into gingerbread
Diffstat (limited to 'include')
-rw-r--r--include/private/media/VideoFrame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/media/VideoFrame.h b/include/private/media/VideoFrame.h
index 9c35274bafa6..3aff0c6acaa4 100644
--- a/include/private/media/VideoFrame.h
+++ b/include/private/media/VideoFrame.h
@@ -120,6 +120,7 @@ public:
uint32_t mDisplayHeight;
uint32_t mSize; // Number of bytes in mData
uint8_t* mData; // Actual binary data
+ int32_t mRotationAngle; // rotation angle, clockwise
};
}; // namespace android