[FFmpeg-devel] [PATCH] Document audio_resample_close().
Janne Grunau
janne-ffmpeg
Wed Feb 16 10:31:38 CET 2011
On Mon, Feb 14, 2011 at 01:55:19PM +0100, Diego Biurrun wrote:
> 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()
queued with Diego's and Justin nits addressed
Janne
More information about the ffmpeg-devel
mailing list