mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-13 21:26:33 +02:00
avutil/iamf: fix doxygen
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
d103b61cd8
commit
d55ab2ba9b
@ -37,20 +37,29 @@
|
|||||||
#include "rational.h"
|
#include "rational.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @defgroup lavu_iamf Immersive Audio Model and Formats
|
||||||
|
* @ingroup lavu_audio
|
||||||
|
*
|
||||||
|
* Immersive Audio Model and Formats related functions and defines
|
||||||
|
*
|
||||||
* @defgroup lavu_iamf_params Parameter Definition
|
* @defgroup lavu_iamf_params Parameter Definition
|
||||||
|
* @ingroup lavu_iamf
|
||||||
* @{
|
* @{
|
||||||
* Parameters as defined in section 3.6.1 and 3.8 of IAMF.
|
* Parameters as defined in section 3.6.1 and 3.8 of IAMF.
|
||||||
* @}
|
* @}
|
||||||
|
*
|
||||||
* @defgroup lavu_iamf_audio Audio Element
|
* @defgroup lavu_iamf_audio Audio Element
|
||||||
|
* @ingroup lavu_iamf
|
||||||
* @{
|
* @{
|
||||||
* Audio Elements as defined in section 3.6 of IAMF.
|
* Audio Elements as defined in section 3.6 of IAMF.
|
||||||
* @}
|
* @}
|
||||||
|
*
|
||||||
* @defgroup lavu_iamf_mix Mix Presentation
|
* @defgroup lavu_iamf_mix Mix Presentation
|
||||||
|
* @ingroup lavu_iamf
|
||||||
* @{
|
* @{
|
||||||
* Mix Presentations as defined in section 3.7 of IAMF.
|
* Mix Presentations as defined in section 3.7 of IAMF.
|
||||||
* @}
|
* @}
|
||||||
*
|
*
|
||||||
* @}
|
|
||||||
* @addtogroup lavu_iamf_params
|
* @addtogroup lavu_iamf_params
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
@ -673,6 +682,7 @@ AVIAMFSubmixLayout *av_iamf_submix_add_layout(AVIAMFSubmix *submix);
|
|||||||
* upon return, *mix_presentation will be set to NULL.
|
* upon return, *mix_presentation will be set to NULL.
|
||||||
*/
|
*/
|
||||||
void av_iamf_mix_presentation_free(AVIAMFMixPresentation **mix_presentation);
|
void av_iamf_mix_presentation_free(AVIAMFMixPresentation **mix_presentation);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user