mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-18 14:51:07 +00:00
Fix warning in JNI code
This commit is contained in:
@@ -227,7 +227,7 @@ static int update_rgb_frame(void) {
|
|||||||
|
|
||||||
// Convert the YUV image to RGB
|
// Convert the YUV image to RGB
|
||||||
err = sws_scale(scaler_ctx,
|
err = sws_scale(scaler_ctx,
|
||||||
our_yuv_frame->data,
|
(const uint8_t **)our_yuv_frame->data,
|
||||||
our_yuv_frame->linesize,
|
our_yuv_frame->linesize,
|
||||||
0,
|
0,
|
||||||
decoder_ctx->height,
|
decoder_ctx->height,
|
||||||
|
|||||||
Reference in New Issue
Block a user