mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 00:26:56 +00:00
Update common submodule
This commit is contained in:
parent
be7f316c50
commit
47ede93af0
@ -1 +1 @@
|
||||
Subproject commit fbd58c60ea12d8760bae86b7d98b2d0208418baf
|
||||
Subproject commit c44cdffdd56ff7167b993fdbd21c02592b28879b
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user