Commit 5069692b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Reduce i_physical_channels to 16-bits for the time being

In practice, VLC only supports 9 channels at the moment.
parent 974fb448
......@@ -71,7 +71,7 @@ struct audio_format_t
/* Describes the channels configuration of the samples (ie. number of
* channels which are available in the buffer, and positions). */
uint32_t i_physical_channels;
uint16_t i_physical_channels;
/* Describes from which original channels, before downmixing, the
* buffer is derived. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment