[FFmpeg-devel] [PATCH] lavfi: move nullsrc code to vsrc_testsrc.c

Stefano Sabatini stefasab at gmail.com
Mon Oct 24 17:50:28 CEST 2011


On date Monday 2011-10-24 00:19:23 +0200, Michael Niedermayer encoded:
> On Sun, Oct 23, 2011 at 07:08:38PM +0200, Stefano Sabatini wrote:
> > Factorize code, extend the functionality of the filter, and make it
> > return empty buffers. This is useful for filters which ignore the input
> > frames content.
> > 
> > Note that this is also changing the syntax for the nullsrc source.
> > ---
> >  doc/filters.texi           |   31 +++++-------
> >  libavfilter/Makefile       |    2 +-
> >  libavfilter/vsrc_nullsrc.c |  121 --------------------------------------------
> >  libavfilter/vsrc_testsrc.c |   40 ++++++++++++++
> >  4 files changed, 54 insertions(+), 140 deletions(-)
> >  delete mode 100644 libavfilter/vsrc_nullsrc.c
> 
> fine with me
> and nice simplification

Applied.
-- 
FFmpeg = Frightening Forgiving Multipurpose Patchable Empowered Gem


More information about the ffmpeg-devel mailing list