commit | 1503b07c2619dc520b0b6747f645cebe10cc05a3 | [log] [tgz] |
---|---|---|
author | Ravi K Yenduri <yenduri@pv.com> | Tue Mar 31 10:26:41 2009 -0700 |
committer | Ravi K Yenduri <yenduri@pv.com> | Tue Mar 31 10:26:41 2009 -0700 |
tree | e0672b6b1b68cb353bf2403fc7622fac768d2c79 | |
parent | c918d4ae9d45f3d7d0150e35eae8cd97ec474118 [diff] [blame] |
Enable OpenCORE on master - part 1
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 @@ char * mDataSourcePath; bool mIsDataSourceSet; sp<ISurface> mSurface; - int mSharedFd; + void * mMemBase; + off_t mMemSize; status_t mInit; int mDuration;