mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
(task_translation.c) Fix warning
This commit is contained in:
parent
b2ebf281aa
commit
437d9ddbf1
@ -1224,6 +1224,7 @@ static access_frame_t* translation_grab_frame(void)
|
||||
goto finish;
|
||||
|
||||
data = video_st->frame_cache_data;
|
||||
frame->data = NULL;
|
||||
frame->width = video_st->frame_cache_width;
|
||||
frame->height = video_st->frame_cache_height;
|
||||
pitch = video_st->frame_cache_pitch;
|
||||
|
Loading…
x
Reference in New Issue
Block a user