summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRavi K Yenduri <yenduri@pv.com>2009-03-31 10:26:41 -0700
committerRavi K Yenduri <yenduri@pv.com>2009-03-31 10:26:41 -0700
commit9f1455fcc2ca8ad5e33b32b8a55c231944f4ff99 (patch)
tree94c4876aeb25e56ba20d09852511cc30585907db /include
parente1861133d51b9e6a6f658eb366630ad4f4d3ff8f (diff)
downloadframeworks_base-9f1455fcc2ca8ad5e33b32b8a55c231944f4ff99.zip
frameworks_base-9f1455fcc2ca8ad5e33b32b8a55c231944f4ff99.tar.gz
frameworks_base-9f1455fcc2ca8ad5e33b32b8a55c231944f4ff99.tar.bz2
Enable OpenCORE on master - part 1
Diffstat (limited to 'include')
-rw-r--r--include/media/PVPlayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/PVPlayer.h b/include/media/PVPlayer.h
index 8122df6..e5a4281 100644
--- a/include/media/PVPlayer.h
+++ b/include/media/PVPlayer.h
@@ -67,7 +67,8 @@ private:
char * mDataSourcePath;
bool mIsDataSourceSet;
sp<ISurface> mSurface;
- int mSharedFd;
+ void * mMemBase;
+ off_t mMemSize;
status_t mInit;
int mDuration;