mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-04 23:06:12 +00:00
Update common submodule
This commit is contained in:
Submodule moonlight-common-c updated: fbd58c60ea...c44cdffdd5
@@ -100,7 +100,7 @@ class MoonlightInstance : public pp::Instance, public pp::MouseLock {
|
||||
void PaintPicture(void);
|
||||
void InitializeRenderingSurface(int width, int height);
|
||||
|
||||
static void VidDecSetup(int width, int height, int redrawRate, void* context, int drFlags);
|
||||
static void VidDecSetup(int videoFormat, int width, int height, int redrawRate, void* context, int drFlags);
|
||||
static void VidDecCleanup(void);
|
||||
static int VidDecSubmitDecodeUnit(PDECODE_UNIT decodeUnit);
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ void MoonlightInstance::InitializeRenderingSurface(int width, int height) {
|
||||
g_Instance->m_Graphics3D.SwapBuffers(pp::BlockUntilComplete());
|
||||
}
|
||||
|
||||
void MoonlightInstance::VidDecSetup(int width, int height, int redrawRate, void* context, int drFlags) {
|
||||
void MoonlightInstance::VidDecSetup(int videoFormat, int width, int height, int redrawRate, void* context, int drFlags) {
|
||||
g_Instance->m_VideoDecoder = new pp::VideoDecoder(g_Instance);
|
||||
|
||||
s_DecodeBufferLength = INITIAL_DECODE_BUFFER_LEN;
|
||||
|
||||
Reference in New Issue
Block a user