mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +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
|
// 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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user