Commit beed4ac1 authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

channel_layout: doxy: merge functions with macros

Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 31a6dfcb
......@@ -79,7 +79,7 @@
/**
* @}
* @defgroup channel_mask_c Audio channel convenience macros
* @defgroup channel_mask_c Audio channel layouts
* @{
* */
#define AV_CH_LAYOUT_MONO (AV_CH_FRONT_CENTER)
......@@ -121,10 +121,6 @@ enum AVMatrixEncoding {
AV_MATRIX_ENCODING_NB
};
/**
* @}
*/
/**
* Return a channel layout id that matches name, or 0 if no match is found.
*
......@@ -219,6 +215,7 @@ int av_get_standard_channel_layout(unsigned index, uint64_t *layout,
const char **name);
/**
* @}
* @}
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment