mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-23 05:02:46 +00:00
FIxes ffmpeg warnings
This commit is contained in:
parent
6ff544ba1a
commit
184fae87ca
@ -513,6 +513,10 @@ static bool ffmpeg_init_video(ffmpeg_t *handle)
|
||||
avpicture_fill((AVPicture*)video->conv_frame, video->conv_frame_buf,
|
||||
video->pix_fmt, param->out_width, param->out_height);
|
||||
|
||||
video->conv_frame->width = param->out_width;
|
||||
video->conv_frame->height = param->out_height;
|
||||
video->conv_frame->format = video->pix_fmt;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user