mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 11:03:01 +00:00
Fix warning in JNI code
This commit is contained in:
parent
a9a8346f58
commit
419c4c5592
@ -227,7 +227,7 @@ static int update_rgb_frame(void) {
|
||||
|
||||
// Convert the YUV image to RGB
|
||||
err = sws_scale(scaler_ctx,
|
||||
our_yuv_frame->data,
|
||||
(const uint8_t **)our_yuv_frame->data,
|
||||
our_yuv_frame->linesize,
|
||||
0,
|
||||
decoder_ctx->height,
|
||||
|
Loading…
x
Reference in New Issue
Block a user