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;