1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 04:51:52 +00:00
mpv/audio/decode
wm4 1c601e84ff ad_lavc: force channel layout pass-through with demux_rawaudio
Using demux_rawaudio and the --rawaudio-channels option is useful for
testing channel map stuff. The libavcodec PCM decoder normalizes the
channel map to ffmpeg order, though. Prevent this by forcing the
original channel map when using the mp-pcm pseudo decoder entry (used by
demux_rawaudio and stream/tv.c only).
2013-05-12 21:24:55 +02:00
..
ad_internal.h core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
ad_lavc.c ad_lavc: force channel layout pass-through with demux_rawaudio 2013-05-12 21:24:55 +02:00
ad_mpg123.c core: use channel map on demuxer level too 2013-05-12 21:24:55 +02:00
ad_spdif.c core: use channel map on demuxer level too 2013-05-12 21:24:55 +02:00
ad.c core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
ad.h audio: remove float processing option 2013-04-13 04:21:28 +02:00
dec_audio.c core: use channel map on demuxer level too 2013-05-12 21:24:55 +02:00
dec_audio.h audio/out: switch to channel map 2013-05-12 21:24:54 +02:00