mirror of
https://github.com/mpv-player/mpv
synced 2025-01-04 14:12:10 +00:00
ao_coreaudio_exclusive: fix some verbose output
This commit is contained in:
parent
5728295dab
commit
a4d5c19355
@ -331,8 +331,8 @@ static int init(struct ao *ao)
|
||||
CHECK_CA_WARN("cannot get device latency");
|
||||
if (err == noErr) {
|
||||
latency_frames += temp;
|
||||
MP_VERBOSE(ao, "Latency %s: %d\n", fourcc_repr(latency_properties[n]),
|
||||
(int)latency_frames);
|
||||
MP_VERBOSE(ao, "Latency property %s: %d frames\n",
|
||||
fourcc_repr(latency_properties[n]), (int)temp);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user