[FFmpeg-devel] [PATCH] Add asrc abuffer - audio source buffer for lavfi

Michael Niedermayer michaelni
Sun Sep 26 05:21:06 CEST 2010


On Fri, Sep 24, 2010 at 05:54:20PM -0700, S.N. Hemanth Meenakshisundaram wrote:
[...]
> +++ b/libavfilter/asrc_abuffer.h
> @@ -0,0 +1,24 @@
> +/*
> + * Memory buffer source filter for audio
> + * Copyright (c) 2010 by S.N. Hemanth Meenakshisundaram
> + *
> + * This file is part of FFmpeg.
> + *
> + * FFmpeg is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU Lesser General Public
> + * License as published by the Free Software Foundation; either
> + * version 2.1 of the License, or (at your option) any later version.
> + *
> + * FFmpeg is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with FFmpeg; if not, write to the Free Software
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> + */
> +
> +int av_asrc_buffer_add_frame(AVFilterContext *filter, uint8_t *frame, int sample_fmt,
> +                             int size, int64_t ch_layout, int planar, int64_t pts);

missing documentation

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The misfortune of the wise is better than the prosperity of the fool.
-- Epicurus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100926/f4e96880/attachment.pgp>



More information about the ffmpeg-devel mailing list