mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
ao_coreaudio: remove a fixme since that seems fixed
This commit is contained in:
parent
6e44b12240
commit
f392ffe95c
@ -523,8 +523,6 @@ static int init_digital(struct ao *ao, AudioStreamBasicDescription asbd)
|
|||||||
(void *)stream_format_changed);
|
(void *)stream_format_changed);
|
||||||
CHECK_CA_ERROR("cannot install format change listener during init");
|
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 BYTE_ORDER == BIG_ENDIAN
|
||||||
if (!(p->stream_format.mFormatFlags & kAudioFormatFlagIsBigEndian))
|
if (!(p->stream_format.mFormatFlags & kAudioFormatFlagIsBigEndian))
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user