From 5e9dc94a3c7a42d77ab454b77e1350b6fa5d2c26 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Fri, 21 Jan 2011 14:32:31 -0800 Subject: Properly rotate video that's marked as such and decoded to a surface. Change-Id: I1e9144db3447e58c99aac3f47702ad471678789c related-to-bug: 3378148 --- include/media/stagefright/OMXCodec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 &); }; -- cgit v1.1