mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
ao_coreaudio_utils: reduce spam
This commit is contained in:
@@ -341,7 +341,6 @@ bool ca_stream_supports_compressed(struct ao *ao, AudioStreamID stream)
|
|||||||
|
|
||||||
for (int i = 0; i < n_formats; i++) {
|
for (int i = 0; i < n_formats; i++) {
|
||||||
AudioStreamBasicDescription asbd = formats[i].mFormat;
|
AudioStreamBasicDescription asbd = formats[i].mFormat;
|
||||||
ca_print_asbd(ao, "supported format:", &(asbd));
|
|
||||||
if (ca_formatid_is_compressed(asbd.mFormatID)) {
|
if (ca_formatid_is_compressed(asbd.mFormatID)) {
|
||||||
talloc_free(formats);
|
talloc_free(formats);
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user