[FFmpeg-cvslog] audio_fifo: Split into a separate doxygen module

Timothy Gu git at videolan.org
Mon Jul 7 01:27:23 CEST 2014


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Sun Jul  6 10:54:17 2014 -0700| [a7985cfd4c51b7fe2b870fc4ecd109707ee035d6] | committer: Diego Biurrun

audio_fifo: Split into a separate doxygen module

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a7985cfd4c51b7fe2b870fc4ecd109707ee035d6
---

 libavutil/audio_fifo.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libavutil/audio_fifo.h b/libavutil/audio_fifo.h
index 8c76388..e73123d 100644
--- a/libavutil/audio_fifo.h
+++ b/libavutil/audio_fifo.h
@@ -34,6 +34,9 @@
 /**
  * @addtogroup lavu_audio
  * @{
+ *
+ * @defgroup lavu_audiofifo Audio FIFO Buffer
+ * @{
  */
 
 /**
@@ -141,6 +144,7 @@ int av_audio_fifo_space(AVAudioFifo *af);
 
 /**
  * @}
+ * @}
  */
 
 #endif /* AVUTIL_AUDIO_FIFO_H */



More information about the ffmpeg-cvslog mailing list