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
1 changed files with 2 additions and 2 deletions

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