mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(task_translation.c) Fix warning
This commit is contained in:
parent
b2ebf281aa
commit
437d9ddbf1
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue