mirror of https://github.com/mpv-player/mpv
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");
|
CHECK_CA_WARN("cannot get device latency");
|
||||||
if (err == noErr) {
|
if (err == noErr) {
|
||||||
latency_frames += temp;
|
latency_frames += temp;
|
||||||
MP_VERBOSE(ao, "Latency %s: %d\n", fourcc_repr(latency_properties[n]),
|
MP_VERBOSE(ao, "Latency property %s: %d frames\n",
|
||||||
(int)latency_frames);
|
fourcc_repr(latency_properties[n]), (int)temp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue