Commit 689e0280 authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

avutil/audio_fifo: split into a separate doxy module

Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 26b9f5bc
...@@ -34,6 +34,9 @@ ...@@ -34,6 +34,9 @@
/** /**
* @addtogroup lavu_audio * @addtogroup lavu_audio
* @{ * @{
*
* @defgroup lavu_audiofifo Audio First-In-First-Out Buffer
* @{
*/ */
/** /**
...@@ -143,6 +146,7 @@ int av_audio_fifo_size(AVAudioFifo *af); ...@@ -143,6 +146,7 @@ int av_audio_fifo_size(AVAudioFifo *af);
int av_audio_fifo_space(AVAudioFifo *af); int av_audio_fifo_space(AVAudioFifo *af);
/** /**
* @}
* @} * @}
*/ */
......
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