Skip to content

Commit

Permalink
(task_translation.c) Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Dec 18, 2023
1 parent b2ebf28 commit 437d9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/task_translation.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 437d9dd

Please sign in to comment.