You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
lavu/channel_layout: document the semantic of layouts.
This commit is contained in:
@@ -36,6 +36,14 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup channel_masks Audio channel masks
|
* @defgroup channel_masks Audio channel masks
|
||||||
|
*
|
||||||
|
* A channel layout is a 64-bits integer with a bit set for every channel.
|
||||||
|
* The number of bits set must be equal to the number of channels.
|
||||||
|
* The value 0 means that the channel layout is not known.
|
||||||
|
* @note this data structure is not powerful enough to handle channels
|
||||||
|
* combinations that have the same channel multiple times, such as
|
||||||
|
* dual-mono.
|
||||||
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#define AV_CH_FRONT_LEFT 0x00000001
|
#define AV_CH_FRONT_LEFT 0x00000001
|
||||||
|
Reference in New Issue
Block a user