mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +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;
|
goto finish;
|
||||||
|
|
||||||
data = video_st->frame_cache_data;
|
data = video_st->frame_cache_data;
|
||||||
|
frame->data = NULL;
|
||||||
frame->width = video_st->frame_cache_width;
|
frame->width = video_st->frame_cache_width;
|
||||||
frame->height = video_st->frame_cache_height;
|
frame->height = video_st->frame_cache_height;
|
||||||
pitch = video_st->frame_cache_pitch;
|
pitch = video_st->frame_cache_pitch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user