diff options
| -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 e5a4281066be..8122df60eb5d 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; |