[FFmpeg-cvslog] lavc doxy: add resampling functions to a doxy group.

Anton Khirnov git at videolan.org
Tue Apr 10 23:07:19 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Apr  8 13:22:19 2012 +0200| [56512ce104e7f39409fee55fbf14085d5ab9c800] | committer: Anton Khirnov

lavc doxy: add resampling functions to a doxy group.

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

 libavcodec/avcodec.h |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 55d62a1..9cecf0c 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3918,8 +3918,12 @@ int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size,
  * @}
  */
 
-/* resample.c */
-
+/**
+ * @defgroup lavc_resample Audio resampling
+ * @ingroup libavc
+ *
+ * @{
+ */
 struct ReSampleContext;
 struct AVResampleContext;
 
@@ -3998,6 +4002,10 @@ void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int c
 void av_resample_close(struct AVResampleContext *c);
 
 /**
+ * @}
+ */
+
+/**
  * Allocate memory for a picture.  Call avpicture_free() to free it.
  *
  * @see avpicture_fill()



More information about the ffmpeg-cvslog mailing list