Fix warning in JNI code

This commit is contained in:
Cameron Gutman 2014-10-29 23:57:11 -07:00
parent a9a8346f58
commit 419c4c5592

View File

@ -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,