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
commit7fac331b39ca49ce49a67e425dcc031a3cb9e97f (patch)
treef38b5f0a2b0180deed38d27b9b91c26908785d6d /include
parentbc7f5b2e56107cfeaeeab13cf8979379e3c2f139 (diff)
downloadframeworks_av-7fac331b39ca49ce49a67e425dcc031a3cb9e97f.zip
frameworks_av-7fac331b39ca49ce49a67e425dcc031a3cb9e97f.tar.gz
frameworks_av-7fac331b39ca49ce49a67e425dcc031a3cb9e97f.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 &);
};