1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00

Reduce i_physical_channels to 16-bits for the time being

In practice, VLC only supports 9 channels at the moment.
This commit is contained in:
Rémi Denis-Courmont 2012-04-21 18:54:35 +03:00
parent 974fb44871
commit 5069692bfb

View File

@ -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. */