We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864fe27 commit a3b4fc7Copy full SHA for a3b4fc7
src/cubeb_audiounit.cpp
@@ -2969,7 +2969,7 @@ static int
2969
audiounit_stream_get_position(cubeb_stream * stm, uint64_t * position)
2970
{
2971
assert(stm);
2972
- uint32_t latency_frames = stm->total_output_latency_frames + cubeb_resampler_latency(stm->resampler.get())
+ uint32_t latency_frames = stm->total_output_latency_frames + cubeb_resampler_latency(stm->resampler.get());
2973
2974
if (latency_frames > stm->frames_played) {
2975
*position = 0;
0 commit comments