1
0
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:
wm4 2015-07-04 17:25:12 +02:00
parent 5728295dab
commit a4d5c19355

View File

@ -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);
}
}