1
mirror of https://github.com/mpv-player/mpv synced 2024-07-19 20:54:13 +02:00

ao_coreaudio: remove a fixme since that seems fixed

This commit is contained in:
Stefano Pigozzi 2013-06-26 08:29:31 +02:00
parent 6e44b12240
commit f392ffe95c

View File

@ -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