summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-04-08 13:22:19 +0200
committerAnton Khirnov <anton@khirnov.net>2012-04-09 21:18:19 +0200
commit56512ce104e7f39409fee55fbf14085d5ab9c800 (patch)
tree4b4f0cd01180a258ec6940b8d726e8e1ec8392a6 /libavcodec
parent40ca0e6a7593f22419a7c258fe7f3f32945d8503 (diff)
lavc doxy: add resampling functions to a doxy group.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 55d62a1343..9cecf0c922 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()