commit | a9f26c2a14928cf666bbbea0d0320a7681bdabb3 | [log] [tgz] |
---|---|---|
author | Douglas Bagnall <douglas@halo.gen.nz> | Fri Mar 24 00:11:13 2017 +1300 |
committer | Sebastian Dröge <sebastian@centricular.com> | Fri Mar 31 14:10:34 2017 +0300 |
tree | f6e8205fe492f7d89a816b8f5e5039fb7cbe39a6 | |
parent | c08d719453e1b6347531fa0d050cb02043d2d6f4 [diff] |
interleave: avoid using uninitialised ordering_map If self->channel_positions == NULL (which seems unlikely), self->default_channels_ordering_map will be used unintialised. We avoid that by keeping track of the channel_mask, which is set when the ordering map is initialised. https://bugzilla.gnome.org/show_bug.cgi?id=780331