diff options
| author | Garret Pick <pickgr@pv.com> | 2009-05-20 10:00:00 -0700 |
|---|---|---|
| committer | Garret Pick <pickgr@pv.com> | 2009-05-20 10:00:00 -0700 |
| commit | 723c9a4d27634bed8629fb9257915ca8ec641941 (patch) | |
| tree | f477c8387995f40d62ce5d5087fbb814faa2a1bd /include | |
| parent | 2c7ed5317250562432202f744a281e62a18710f8 (diff) | |
| download | frameworks_base-723c9a4d27634bed8629fb9257915ca8ec641941.zip frameworks_base-723c9a4d27634bed8629fb9257915ca8ec641941.tar.gz frameworks_base-723c9a4d27634bed8629fb9257915ca8ec641941.tar.bz2 | |
Change required for OpenCORE 2.04 Update
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/PVPlayer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/media/PVPlayer.h b/include/media/PVPlayer.h index e5a4281..8122df6 100644 --- a/include/media/PVPlayer.h +++ b/include/media/PVPlayer.h @@ -67,8 +67,7 @@ private: char * mDataSourcePath; bool mIsDataSourceSet; sp<ISurface> mSurface; - void * mMemBase; - off_t mMemSize; + int mSharedFd; status_t mInit; int mDuration; |
