Skip to content

mux/wav: fix channel ordering with 7.1 channel muxing

Ilkka Ollakka requested to merge ileoo/vlc:ileoo/wav_muxing into master

Previously it muxed channels in incorrectly with 8 channels, and checked channel mapping of only first 6 channels.

Tested by muxing 7.1 audio with avformat-muxer and wav muxer and checking output with audacity.

Merge request reports