lavc doxy: add resampling functions to a doxy group.

pull/5/head
Anton Khirnov 13 years ago
parent 40ca0e6a75
commit 56512ce104
  1. 12
      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;
@ -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.
*

Loading…
Cancel
Save