Skip to content

aiffparse: Also set a channel mask for 2 channels

Young Hee Lee requested to merge MM_Star/gst-plugins-bad:master into master

Basically, the channel_mask was not initialized in this scope. And channel_mask was set by the logic of AIFF specification, When the channels are above (>) 2. So I removed this condition.

Edited by Sebastian Dröge

Merge request reports