From 4f5f034ba2556fdbd3247922694da01576f4f9cd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 2 Jul 2014 19:34:16 +0200 Subject: ao_coreaudio: move channel mapping away from utils Channel mapping functions are only used in the AUHAL based coreaudio, so move them there. --- audio/out/ao_coreaudio_utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'audio/out/ao_coreaudio_utils.h') diff --git a/audio/out/ao_coreaudio_utils.h b/audio/out/ao_coreaudio_utils.h index 6d0f65c455..2c746195fc 100644 --- a/audio/out/ao_coreaudio_utils.h +++ b/audio/out/ao_coreaudio_utils.h @@ -53,7 +53,4 @@ void ca_fill_asbd(struct ao *ao, AudioStreamBasicDescription *asbd); void ca_print_asbd(struct ao *ao, const char *description, const AudioStreamBasicDescription *asbd); -bool ca_layout_to_mp_chmap(struct ao *ao, AudioChannelLayout *layout, - struct mp_chmap *chmap); - #endif /* MPV_COREAUDIO_UTILS_H */ -- cgit v1.2.3