mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-29 04:17:06 +08:00
Correct documentation of ch_select array.
Patch by Alex Converse (alex converse gmail com) Originally committed as revision 15574 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Robert Swain

parent
88de95c2f9
commit
5c2cb17206
@ -190,8 +190,8 @@ typedef struct {
|
|||||||
int num_coupled; ///< number of target elements
|
int num_coupled; ///< number of target elements
|
||||||
enum RawDataBlockType type[8]; ///< Type of channel element to be coupled - SCE or CPE.
|
enum RawDataBlockType type[8]; ///< Type of channel element to be coupled - SCE or CPE.
|
||||||
int id_select[8]; ///< element id
|
int id_select[8]; ///< element id
|
||||||
int ch_select[8]; /**< [0] shared list of gains; [1] list of gains for left channel;
|
int ch_select[8]; /**< [0] shared list of gains; [1] list of gains for right channel;
|
||||||
* [2] list of gains for right channel; [3] lists of gains for both channels
|
* [2] list of gains for left channel; [3] lists of gains for both channels
|
||||||
*/
|
*/
|
||||||
float gain[16][120];
|
float gain[16][120];
|
||||||
} ChannelCoupling;
|
} ChannelCoupling;
|
||||||
|
Reference in New Issue
Block a user