Skip to content

Commit

Permalink
Fix audio_statistics_t audio_stats to {0}
Browse files Browse the repository at this point in the history
  • Loading branch information
Ssroid authored Dec 31, 2023
1 parent 824d34d commit 186b242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/video_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -4308,7 +4308,7 @@ void video_frame_rest(video_driver_state_t *video_st,
static int frame_time_near_count = 0;
static int frame_time_try_count = 0;
double video_stddev = 0;
audio_statistics_t audio_stats ={0};
audio_statistics_t audio_stats = {0};

/* Must require video and audio deviation standards */
video_monitor_fps_statistics(NULL, &video_stddev, NULL);
Expand Down

0 comments on commit 186b242

Please sign in to comment.