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