[vlc-devel] [PATCHv6] dcp: Creation of access-demux module for DCP
Nicolas Bertrand
nicoinattendu at gmail.com
Mon Nov 25 22:35:28 CET 2013
Le 25/11/2013 16:23, Denis Charmet a écrit :
>> + audio_format.audio.i_bitspersample = p_AudioDesc->QuantizationBits;
>> >+ audio_format.audio.i_blockalign = p_AudioDesc->BlockAlign;
>> >+ audio_format.audio.i_channels = p_AudioDesc->ChannelCount;
> Beware of channel mapping. If you have more than 2 channels, the core
> will expect the samples in a precise order. Expect bad mapping issues.
Usually 6 channels (5.1). In which order its expected ? And how or where
handle/check that?
More information about the vlc-devel
mailing list