Bug 1456946 - Properly reflect the channelCount when set in the ctor using the option object, on a ChannelSplitterNode. r=achronop

MozReview-Commit-ID: DrnadeBS8hi

--HG--
extra : rebase_source : 8c1863f7ad21f9b4f8e41232402fdb9825e7de90
This commit is contained in:
Paul Adenot 2018-05-29 18:16:24 +02:00
Родитель a97337d7fc
Коммит 4f90eaf94d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -53,7 +53,7 @@ public:
ChannelSplitterNode::ChannelSplitterNode(AudioContext* aContext,
uint16_t aOutputCount)
: AudioNode(aContext,
6,
aOutputCount,
ChannelCountMode::Explicit,
ChannelInterpretation::Discrete)
, mOutputCount(aOutputCount)