summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-11-08 18:19:40 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-11-08 18:19:40 -0800
commitbeda607a0b2775484b10d7e6a15eec1e956b3cec (patch)
treec75159315c73565b84c6db9203902a8aeed475ed /include
parent3baff73198ce852fa60080bd32703028298b4d65 (diff)
parentce0febae177d1816ee7a6750ed9fba52472b9a71 (diff)
downloadframeworks_av-beda607a0b2775484b10d7e6a15eec1e956b3cec.zip
frameworks_av-beda607a0b2775484b10d7e6a15eec1e956b3cec.tar.gz
frameworks_av-beda607a0b2775484b10d7e6a15eec1e956b3cec.tar.bz2
am d2d62d04: Merge "Support extracting thumbnail from rotated video tracks" into gingerbread
* commit 'd2d62d04fc387e2f51d414e101a3e8e3c45f415e': Support extracting thumbnail from rotated video tracks
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 9c35274..3aff0c6 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