Skip to content

Commit 723c9a4

Browse files
author
Garret Pick
committed
Change required for OpenCORE 2.04 Update
1 parent 2c7ed53 commit 723c9a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/media/PVPlayer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ class PVPlayer : public MediaPlayerInterface
6767
char * mDataSourcePath;
6868
bool mIsDataSourceSet;
6969
sp<ISurface> mSurface;
70-
void * mMemBase;
71-
off_t mMemSize;
70+
int mSharedFd;
7271
status_t mInit;
7372
int mDuration;
7473

0 commit comments

Comments
 (0)