From f392ffe95c728080c9e712bdda2fc1f28f91be7f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 26 Jun 2013 08:29:31 +0200 Subject: ao_coreaudio: remove a fixme since that seems fixed --- audio/out/ao_coreaudio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio') diff --git a/audio/out/ao_coreaudio.c b/audio/out/ao_coreaudio.c index b03c80119a..eee36bf4d3 100644 --- a/audio/out/ao_coreaudio.c +++ b/audio/out/ao_coreaudio.c @@ -523,8 +523,6 @@ static int init_digital(struct ao *ao, AudioStreamBasicDescription asbd) (void *)stream_format_changed); CHECK_CA_ERROR("cannot install format change listener during init"); - /* FIXME: If output stream is not native byte-order, we need change endian somewhere. */ - /* Although there's no such case reported. */ #if BYTE_ORDER == BIG_ENDIAN if (!(p->stream_format.mFormatFlags & kAudioFormatFlagIsBigEndian)) #else -- cgit v1.2.3