mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-22 00:00:49 +00:00
Solve compile warnings
This commit is contained in:
@@ -100,7 +100,7 @@ int x11_submit_decode_unit(PDECODE_UNIT decodeUnit) {
|
||||
ffmpeg_decode(ffmpeg_buffer, length);
|
||||
AVFrame* frame = ffmpeg_get_frame();
|
||||
if (frame != NULL)
|
||||
egl_draw(frame->data);
|
||||
egl_draw((const unsigned char**) frame->data);
|
||||
}
|
||||
|
||||
return DR_OK;
|
||||
|
||||
Reference in New Issue
Block a user