[FFmpeg-devel] [PATCH] Document audio_resample_close().
Diego Biurrun
diego
Mon Feb 14 13:55:19 CET 2011
On Mon, Feb 14, 2011 at 10:59:25AM +0100, Stefano Sabatini wrote:
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -3239,6 +3239,13 @@ ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,
>
> +
> +/**
> + * Free resample context s.
> + *
> + * @param s a non-NULL pointer to a resample context previously
> + * created with av_audio_resample_init()
nit: Looks nicer with the second line indented as in
* @param s a non-NULL pointer to a resample context previously
* created with av_audio_resample_init()
Diego
More information about the ffmpeg-devel
mailing list