summaryrefslogtreecommitdiffstats
path: root/player/sub.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-25 19:52:17 +0200
committerwm4 <wm4@nowhere>2014-09-25 21:32:06 +0200
commit09b7956ca596a876f19273568c7756f675b2b56e (patch)
tree78684243baa6a65bd7be2cdf3b82f2879b3b37fe /player/sub.c
parent1c9f30cca7b877f988c735735d023014cc554a07 (diff)
downloadmpv-09b7956ca596a876f19273568c7756f675b2b56e.tar.bz2
mpv-09b7956ca596a876f19273568c7756f675b2b56e.tar.xz
stream_cdda, demux_raw: always use s16le
stream_cdda's output format is linked to demux_raw's default audio format, and at least we don't care enough to provide a separate mechanism to let stream_cdda explicitly set the format, so they must match. Judging from the existing code, it looks like CDDA always outputs little endian. stream_cdda.c changed this back to native endian (what demux_raw expects). Just make them both little endian. This requires less code, and also having a raw demuxer's behavior depend on the endianness of the machine isn't very sane anyway.
Diffstat (limited to 'player/sub.c')
0 files changed, 0 insertions, 0 deletions