Commit 56512ce1 authored by Anton Khirnov's avatar Anton Khirnov

lavc doxy: add resampling functions to a doxy group.

parent 40ca0e6a
......@@ -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;
......@@ -3997,6 +4001,10 @@ int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consum
void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance);
void av_resample_close(struct AVResampleContext *c);
/**
* @}
*/
/**
* Allocate memory for a picture. Call avpicture_free() to free it.
*
......
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