[FFmpeg-devel] [PATCH] lavfi: implement avfilter_get_audio_buffer_ref_from_arrays()

Stefano Sabatini stefano.sabatini-lala at poste.it
Fri Jun 10 13:06:52 CEST 2011


On date Friday 2011-06-10 01:48:55 +0200, Michael Niedermayer encoded:
> On Fri, Jun 10, 2011 at 01:35:11AM +0200, Stefano Sabatini wrote:
[...]
> > + * @param data pointers to the samples plane buffers
> > + * @param linesize linesize for the samples plane buffers
> > + * @param perms the required access permissions
> > + * @param nb_samples number of samples per channel
> > + * @param sample_fmt     the format of each sample in the buffer to allocate
> > + * @param planar         audio data layout - planar or packed
> > + * @param channel_layout the channel layout of the buffer, <=0 if unknown
> > + * @param nb_channels the number of channels, <= 0 if unknown
> 
> nit: some vertical alignment could be added
> 
> LGTM either way

Pushed with the vertical align nit fixed.
-- 
FFmpeg = Frightening and Forgiving MultiPurpose Ecstatic Geisha


More information about the ffmpeg-devel mailing list