Commit a7985cfd authored by Timothy Gu's avatar Timothy Gu Committed by Diego Biurrun

audio_fifo: Split into a separate doxygen module

Signed-off-by: 's avatarTimothy Gu <timothygu99@gmail.com>
Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent d69243d3
......@@ -34,6 +34,9 @@
/**
* @addtogroup lavu_audio
* @{
*
* @defgroup lavu_audiofifo Audio FIFO Buffer
* @{
*/
/**
......@@ -140,6 +143,7 @@ int av_audio_fifo_size(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