1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

ao_pcm: big endian AC3 in wav doesn't work

At least not with ffmpeg.

Honestly, I have no idea how little endian AC3 works at all, since
ao_pcm doesn't do anything special about it, and treats it like s16le.
Maybe it's broken and ffmpeg has special logic to detect it.
This commit is contained in:
wm4 2013-10-22 01:01:07 +02:00
parent da6093a5a1
commit bb5fe4d874

View File

@ -125,7 +125,6 @@ static int init(struct ao *ao)
case AF_FORMAT_S24_LE:
case AF_FORMAT_S32_LE:
case AF_FORMAT_FLOAT_LE:
case AF_FORMAT_AC3_BE:
case AF_FORMAT_AC3_LE:
break;
default: