Update moonlight-common-c for GFE 2.11

This commit is contained in:
Iwan Timmer
2016-03-08 14:51:08 +01:00
parent 46c8c89baf
commit 3943ba8cd8
6 changed files with 8 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
static FILE* fd;
static const char* fileName = "fake.h264";
void decoder_renderer_setup(int width, int height, int redrawRate, void* context, int drFlags) {
void decoder_renderer_setup(int videoFormat, int width, int height, int redrawRate, void* context, int drFlags) {
fd = fopen(fileName, "w");
}