]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/channel_layout.h
http: export ICY content type
[ffmpeg] / libavutil / channel_layout.h
index e1a6d28b1ff3a0e6eb0dfeb4fd9be4ba999a3ad3..2906098313a29e09e08e53b9a2188eab472c18e3 100644 (file)
 
 /**
  * @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