summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-01-21 14:32:31 -0800
committerAndreas Huber <andih@google.com>2011-01-21 14:32:31 -0800
commit5e9dc94a3c7a42d77ab454b77e1350b6fa5d2c26 (patch)
tree03559f1b3eab1a5068cecefcae558a7d4c11d8cd /include
parent05aa082770d812c5921d6b2f9b3559f1fd1536a8 (diff)
downloadframeworks_base-5e9dc94a3c7a42d77ab454b77e1350b6fa5d2c26.zip
frameworks_base-5e9dc94a3c7a42d77ab454b77e1350b6fa5d2c26.tar.gz
frameworks_base-5e9dc94a3c7a42d77ab454b77e1350b6fa5d2c26.tar.bz2
Properly rotate video that's marked as such and decoded to a surface.
Change-Id: I1e9144db3447e58c99aac3f47702ad471678789c related-to-bug: 3378148
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/OMXCodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/OMXCodec.h b/include/media/stagefright/OMXCodec.h
index f8daa4f..3251c28 100644
--- a/include/media/stagefright/OMXCodec.h
+++ b/include/media/stagefright/OMXCodec.h
@@ -305,6 +305,8 @@ private:
void restorePatchedDataPointer(BufferInfo *info);
+ status_t applyRotation();
+
OMXCodec(const OMXCodec &);
OMXCodec &operator=(const OMXCodec &);
};